The MKReverseGeocoder class provides services for converting a map coordinate (specified as a latitude/longitude pair) into information about that coordinate, such as the country, city, or street. A reverse geocoder object is a single-shot object that works with a network-based map service to look ...
0
votes
0answers
14 views
GEO location, and reverse geo coding not working in Xamarin
I have been trying from long time to get following program run
http://docs.xamarin.com/recipes/android/os_device_resources/geocoder/reverse_geocode_a_location
CODE :
using System;
using ...
0
votes
0answers
26 views
From Latitude and Longtitude to Store Name -CLLocation to MKReverseGecoder
I implemented Mapkit.framwork to enable to use GPS in my application to find coordinates (lat, longtitude).
In detail, my current place coordinate latitude and longtitude is 29.736801, -95.520734 ...
-3
votes
0answers
25 views
Convert user location information to store information- iOS [closed]
I am working on a project to find out which restaurants you visited during the day. Before I started this application, I would like to know whether or not app restricted this privacy.
1
vote
0answers
13 views
Altitude Disappears from MKPlacemark
So I have some code that gets the user's location from the phone as a CLLocation, then I do a reverse geocode on it. The problem is that the resulting MKPlacemark has 0 for altitude, despite the fact ...
0
votes
2answers
287 views
iOS and Maps: How to intercept a touch gesture, get the coordinates and retrieve the country name
I am developing a game in which the user has to select a country on a world map.
I was thus wondering:
what's the best approach to show an interactive map? I found this framework/component on the ...
0
votes
0answers
39 views
server did not accept client registration 68 in ios4.3 simulator
Im developing an app in xcode 4.5 and I have set the deployment target to 4.3. I want the current location of user(current state,current city, latitude,longitude).In ios >=5.0 I have done it with ...
0
votes
0answers
57 views
MKReverseGeocoder to CLGeocoder : subThoroughfare returns an interval numbers instead of real street number
I've recently switched from MKReverseGeocoder (deprecated) to CLGeocoder.
While subThoroughfare returns the real street number (e.g. 7) whith MKReverseGeocoder, it returns an interval (e.g. 1 - 35) ...
0
votes
0answers
197 views
How can i solve this error “The operation couldn't be completed.(GEOErrorDomain error -101.)”?
I am using reverse geo coder for getting current location , but sometime i got this error.
Please help me out.
Thank you in advance...
0
votes
1answer
176 views
How can i get the current location in iphone application?
I got the longitude and latitude values and i saved it in a label and it was easily displayed in my application but i want the current location details, mainly the name of the place.
I used ...
0
votes
0answers
153 views
MKReverseGeocoder and CLLocationManager at iPhone 3G does not work
My app has the following problem:
I'm using the MKReverseGeocoder together with the CLLocationManager. It works really fine at the iPhone 3GS, 4 and 4S. But it doesn't work at the iPhone 3G. Even the ...
-1
votes
2answers
2k views
MKReverseGeocoder “deprecated in iOS 5” [closed]
It say it is "deprecated in iOS 5". Thanks in Advance!
- (void)viewDidLoad {
[super viewDidLoad];
CLGeocoder *geocoder = [[CLGeocoder alloc] init];
[geocoder ...
1
vote
1answer
524 views
Reverse geocoding in xcode
I am making an app that takes your current location and determines the tax of the state you're in. So, I need to use reverse geocoding. I have found a few tutorials and similar questions on this site, ...
0
votes
1answer
151 views
MKReverseGeocoder location finder error {PBHTTPStatusCode=503} response in didFailWithError: delegate iPhone?
Am using MKReverseGeocoder to find the current location in my iPhone app. Now a days the app should not find the current locations. When i trouble shoot the problem i have found the following error ...
0
votes
1answer
90 views
Getting error on using MKReverseGeoCoder
When we are trying to use MKReverseGeoCoder always getting an error,
"/SourceCache/ProtocolBuffer/ProtocolBuffer-47.1/Runtime/PBRequester.m:682 server returned error: 503
error : Error ...
0
votes
1answer
172 views
Sending 'CLLocationManager *' to parameter of incompatible type 'CLLocationCoordinate2D';
Im working through a weather app tutorial. I am having trouble getting the reverse geocode of the location. It keeps getting the error that is in the title. I get what it is telling me just stuck on ...
0
votes
1answer
763 views
How to create a location autocompletion input field in iOS 5?
I know iOS offers MKReverseGeocoder which translates the user's lat/long into a location like "San Francisco", but is there also the opposite? To create a text field where users type "San F" and it ...
0
votes
1answer
203 views
After ReverseGeocoder in CLLocation Cordinate ,what Should i give to Google Map Web Service For Exact Location?
I am trying to draw route between two location. For that i have Two CLLocation (startPoint ,endPoint). After MKReverseGeocoder of this two location I got out put like this.
- (void)findAddress{ ...
3
votes
1answer
250 views
Is there any existing Java library that allows you to do fast, in-memory lookups of zipcodes (bonus, state and city) from latitude/longitude?
I have seen many so-called "reverse geocoding" libraries in various languages; all depend on calling an external provider via REST or some similar method. However, you cannot call a REST provider if ...
1
vote
3answers
267 views
Is MKReverseGeocoder delegate method working on seperate thread?
I am trying draw route between two location.For that i have two instance of CLLocation startPoin,endPoind. I want to convert this two location two corresponding Location Address.After that i want to ...
0
votes
1answer
258 views
CLGeocoder returns different result than MKReverseGeocoder
I am attempting to modify our app from using MKReverseGeocoder to CLGeocoder for devices running iOS 5, but I'm getting different results from the two classes. Specifically, when doing a reverse ...
0
votes
1answer
135 views
How to show Multiple Address From Lat/Long to show in tableView?
I am trying to show addresses of a certain list of Latitude/Longitude using MKReverseGeocoder i get values of some Lat/Long right,while for some i get {PBHTTPStatusCode=503} ...
0
votes
1answer
103 views
Finding region programatically
I need to find in what region i am in. For example: New York etc. How could i do this programatically ?
It is possible to find the UUID, or the iOS version of an individual, but how can we find in ...
0
votes
1answer
711 views
Reverse Geocode using CLGeocoder
I'd like to ask for a second opinion for my solution in reverse Geocoding in getting a user's current location:
- (void)reverseGeocodeLocation:(CLLocation *)location
{
CLGeocoder* ...
0
votes
1answer
170 views
creating dynamic NSLocale with location data
I'm working on an app which should create an NSLocale object based NOT on the user's region (which should remain at the user's preferred language for most interface elements), but on the physical ...
0
votes
0answers
310 views
MKReverseGeocoder not responding properly
I'm using map kit in my app.... I'm trying to put placemark in a particular location.... But geocoder is not responding properly....
Here is the code:
Map.h
#import <UIKit/UIKit.h>
#import ...
0
votes
1answer
522 views
MonoTouch: RequestReverseGeocode Crashing
I have a simple class which does reverse geocoding, but it causes the app to crash (SIGSEGV), sometimes (50%) but not consistently.
I have tried running it in the UI thread, and in background threads ...
0
votes
1answer
385 views
How to get house number with MKPlacemark
i can get the street and city by applying this code to the MKReversegeocoder
NSString* city = [placemark.addressDictionary valueForKey:@"City"];
NSString* street = [placemark.addressDictionary ...
2
votes
1answer
160 views
Location on iPhone, subThoroughfare is null
I'm developing an app that saves the street of the user's current location. I already have the location, and I´m using geocoder to get the street and the number:
- ...
0
votes
1answer
2k views
at first time MKReverseGeocoder: didFailWithError:Error Domain=NSURLErrorDomain Code=-1011 {PBHTTPStatusCode=503}
In my application at first time reverseGeocoder resluts like error block below :
didFailWithError:Error
Domain=NSURLErrorDomain Code=-1011 "The operation couldn’t be
completed. ...
0
votes
1answer
134 views
Problem with running MKReverseGeocoder in background, iphone
I am using MKReverseGeocoder (reversegeocoder) to retrieve user's current location. I am calling reversegeocoder in locationDidUpdatedToLocation method of CLLocation Manager.
- ...
3
votes
2answers
647 views
MKReverse Geocoder - Response Language
I am using MapKit and MKReverseGeocoder in order to convert lat/lon to location.
I made some tests and realize that the geocoding response language is set according to iPhone's selected language. How ...
1
vote
1answer
531 views
MKReverseGeocoder returns cities that are not a city?
Hi i am using mkreversegeocoder to find the users current city.It works but when i try it in another location it gives the names of borough/district in my country (Turkey).For example it gives ...
1
vote
2answers
386 views
Problem with MKReverseGeocoder
For some reason, I cannot get the name of the city (locality) from my code. Please help!
- (void)viewDidLoad {
[super viewDidLoad];
self.lm = [[CLLocationManager alloc] init];
...
0
votes
1answer
124 views
reversegeocoder autorelease issue
I'm learning to use the mkreversegeocoder classes and have got it working using the following three lines of code and implementing the didFindPlacemark method.
geoCoder = [[MKReverseGeocoder alloc] ...
0
votes
1answer
2k views
Getting Location Address from latitude and longitude
I am developing an application in which I have to show the address that of the given latitude and longitude.
I have latitude and longitude but I dont know how to get my address from that latitude and ...
0
votes
1answer
294 views
How get lat and long of a point?
I am new for iPhone developer. I am designing a project in which i have given starting and ending point address. Suppose i get distance between those points is 100 miles and i divide in five equal ...
0
votes
2answers
746 views
Reverse Geocoder delegate methods are not getting called?
I am working on an iPhone app which needs to find out current city/State. I am using reversegeocoding. But its delegate methods are not get called. I am not sure where I am going wrong because I ...
1
vote
1answer
108 views
MKReverseGeocoder inside of NSThread
I have object that implements MKReverseGeocoder. I'm running it inside of separate thread and it is delegate of itself. However its 'didFailWithError' and 'didFindPlacemark' methods are not being ...
0
votes
2answers
993 views
How to work around geoCoder error:503
I have tried so many solutions but nothing seems to work for me. Approximately one out of every 4 times i get
/SourceCache/ProtocolBuffer_Sim/ProtocolBuffer-51.2/Runtime/PBRequester.m:684 server ...
0
votes
1answer
575 views
retrieve address using MKReverseGeocoder
I am trying to retrieve the user address using MKReverseGeocoder. It works fine, but I am not getting the address in the proper format.
code:
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder ...
0
votes
1answer
186 views
iPhone sdk location map
I am currently working on an app that reads an address (input from user or xml file), the map then shows a pinpoint location. Ex: If the address is,
"Om Day Spa, 1/F World Wide Commercial ...
0
votes
1answer
160 views
Android Geocoder such ad google maps
With android Geocoder I can find a shop such as Google Maps or I can only search street, monuments, airport, etc ?? I want to search shopping center with name...
0
votes
0answers
249 views
How to get zipcode of particular area on mapview?
I have written below code to get information about particular draw area on mapview.
But it never gives me zipcode of draw area on map.
-(void)reverseGeocoder:(MKReverseGeocoder *)geocoder ...
1
vote
2answers
316 views
Display location around current location?
In my map i need to display the locations which i am getting from a xml which are currently in a 200 mile radius from my current location.
I have never done this thing before can you please suggest a ...
0
votes
1answer
272 views
How to get address and phone numbers using MKReverseGeocoder in iPhone
Is this posible to get the users current location with address and contact information(phone number).
I have used CLLocationManager to get the current location of the user and the tried to get the ...
1
vote
1answer
246 views
CLLocationManager, MKReverseGeocoder, cleaning up memory
In the More iPhone 3 development book, after the author is done with the locationManager delegate method of getting updates, he puts this at the end of that method:
- ...
1
vote
1answer
531 views
MKReverseGeocoder autorelease/release question in Apple's CurrentAddress sample
I am looking at this code lifted straight from the MapViewController.m file in the CurrentAddress sample available on Apple's web site:
- (void)dealloc
{
[reverseGeocoder release];
[mapView ...
0
votes
1answer
543 views
Releasing MKReverseGeocoder makes my app crash!
I need to know where my users are from, so I made a little singleton object which gets the coordinates and uses mapkit to get the country code I need.
Here's my header file:
#import ...
2
votes
2answers
3k views
convert MKPlaceMark addressDictionary string encoded
I working on a example to using MKReverseGeocoder to convert lat,long to address. But when i received data and try to get the result i received string from as below:
NSString *street = ...
0
votes
1answer
212 views
Location Problem in iPhone app
Below code gives me the location of US. How can i find the location of UK using the same Code help?
#import "LocalWeatherViewController.h"
#import "ICB_WeatherConditions.h"
#import ...

