Tagged Questions

3
votes
5answers
2k views

Reverse Geocoding Without Web Access

I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be able to determine the ...
0
votes
2answers
38 views

Get nearest business name/type by address or GPS coordinate

I'm writing an iOS application and it would be very handy to know the way to find a nearest business name (and especially business type, such as restaurant/hotel/store etc.) by a GPS coordinate, or at ...
0
votes
1answer
308 views

Can't catch Exception (GLS FAILED WITH STATUS 20)

I am trying to geolocate a lat,long pair. When there is no exception it works great. Logcat: GLS Failed With Status 20 The code follows: //TAG GEOCODING METHOD public Address ...
0
votes
1answer
328 views

Retrieve country name from iPhone gps without internet!

In my application on the iPhone and iPod Touch I want to be able to retrieve the country a person is in without accessing the internet. I know how to do this with internet, so I know how to retrieve ...
0
votes
1answer
444 views

Reverse geocode using MKReverseGeocoder

Google Terms says I can only use reverse geocoding in conjunction with a google map. Is it ok if you first see the address in a uitableviewcell and then on a click see the location in a map (is this ...