|
|
Browse by Tags
All Tags » Geocoding
-
Currently the service is free (except for voluntary donations), as it is still in beta stage.
I tried looking up Hollybrook cemetary in the geocoder, and as you said it doesn't find it. However if I pass in the same text to the LocalSearch method, then it finds it at 212 Tremona Road, SO16 6 Southampton, GB. Sloane Hospital is found on Albemarle ...
-
When I use GeoCode to retrieve Locationinformation, the result always returns in English.
I already set the language for the map to Dutch, but still this does not help.MyMap.MapLanguage = new System.Globalization.CultureInfo(1043);(FYI 1043 = ''NL-nl'')
For instance, I would like the region for ''Den Haag'' to return ''Zuid-Holland'' instead of ...
-
I am using the following statement to retrieve a result from Google:
GoogleResult result = GoogleGeocoder.Geocode(txtGoogleSearch.Text, MapKey);
This returns a nice result, but the capacity is set to 10. There is an option to change the capacity, but I don't seem to be able to figure out how to use this. When I set the result.locations.capacity ...
-
I think if you get the latest revision of the SVN trunk you will see that it was fixed. Otherwise post your code directly in the post and I'll look at it.
Thanks,Jacob
-
Did you have a look at the GoogleGeocoder (Reimers.Map.Geocoding.GoogleGeocoder)?
It can return a lat/lng from an address.
|
|
|