Tagged Questions

4
votes
1answer
2k views

Reverse Geocoding using latitude and longitude for iPhone

I need to reverse geocode based on latitude and longitude. Actually this is for my iPhone application where I get the latitude and longitude from core location api and pass that to the back end. Using ...
1
vote
1answer
3k views

iPhone reverse geocoding: give all possible streets/suburbs?

I know Core Location isnt always accurate on the iPhone. Is there a way to use the location (lat/long) along with the accuracy to then grab all of the possible suburbs/streets in that area? So ...
0
votes
0answers
38 views

Tracing the address in MapKit

My location manager is not updating my coordinates of current locations so that i cant able to trace that address....... I am using the following code, - (void)viewDidLoad { [super viewDidLoad]; ...
0
votes
3answers
888 views

How to find State location from iphone GPS?

I'm trying to add to my program that locates the person in GPS but sets a value to the State that person is in so example: GPS Locates person from his/her iphone then returns the state they are in so ...