reverse-geocoding
off-line reverse geocoding solution
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[详细]
2023-01-08 16:12 分类:问答Use MKReversegeoCoder with native application
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.[详细]
2023-01-07 02:40 分类:问答Geocode an IP address? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-06 17:53 分类:问答How do I finding multiple Intersection results via ReverseGeoCoding in ArcObjects?
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[详细]
2023-01-05 08:16 分类:问答Most Useful services/methods for Geocoding in Augmented Reality app for iPhone?
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[详细]
2023-01-03 15:34 分类:问答Determine iPhone user's country
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[详细]
2023-01-03 06:46 分类:问答iPhone SDK: ReverseGeocoder updates too late?
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[详细]
2023-01-01 22:47 分类:问答Web service for Location name using Latitude & Longitude
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[详细]
2022-12-29 23:37 分类:问答Reverse geocoding with Google Maps API
I have found this code for reverse geocoding: var point = new GLatLng (lat[1],long[1]); var geocoder = new GClientGeocoder();[详细]
2022-12-27 04:07 分类:问答Transportation Web App - utilizing google or bing map api
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[详细]
2022-12-26 08:00 分类:问答
加载中,请稍侯......