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 ...
1
vote
0answers
23 views
Blackberry cache reverse geocode address info with proximity
Most people are limited to about 5 or 6 locations on a daily basis (work, home, school, store, etc). I want to speed up address display by caching a few of these most visited locations. I've been ...
0
votes
2answers
66 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
315 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
332 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
450 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 ...