I have a dat开发者_如何学Goabase of places with lat/lng and I have incoming requests with lat/lng.I\'d like to find the closest lat/lng in the database to the incoming request.Is there any existing li
I have used MKReverseGeocoder from iPhone sdk for my application without using mapview of iphone sdk,but my application has map view which i am getting from google api passing Address.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
The project I\'m working on requires me to find intersections near a point (searching a street centerline layer).For 90+% of my searches, I seem to be getting the appropriate results, however in certa
I\'m building an Augmented Reality application in the fashion of Yelp, and need to access the geodata of various buildings in as accurate a fashion as possible. What is the most accurate Geocoding ser
I need to determine at startup what country a user is in, for an iPhone application. Presumably I will have to turn on location services and do some sort of reverse geocoding. I don\'t really want to
I am using reverseGeocoder in a few places in my app.This particular instance, I am using it to update details about my annotation.I have created a property (MKPlacemark) which stores the new placemar
I have an iPhone application where i need to find out the current location(in terms of city name or probably the address). But i\'m not been able to do that. I can find out the current latitude and lo
I have found this code for reverse geocoding: var point = new GLatLng (lat[1],long[1]); var geocoder = new GClientGeocoder();
I have a MS SQL database with a table that stores geocoded \"PICKUP\" locations which I eventually may or may not want to display depending on search filters the user selects. These are not static lik