Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help
in Search

Browse by Tags

All Tags » Geocoding
  • Re: No success or fail call if address is not found

    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 ...
    Posted to Reimers.Silverlight assembly (Forum) by jjrdk on juli 31, 2009
  • Language for result

    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 ...
    Posted to .NET Control - FREE version (Forum) by Sjeff on december 4, 2008
  • Change Locations.capacity

    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 ...
    Posted to .NET Control - FREE version (Forum) by Sjeff on december 4, 2008
  • Re: Reverse Geocoder Broken

    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 
    Posted to .NET Control - FREE version (Forum) by jjrdk on november 17, 2008
  • Re: passing an address to the map

    Did you have a look at the GoogleGeocoder (Reimers.Map.Geocoding.GoogleGeocoder)? It can return a lat/lng from an address. 
    Posted to .NET Control - FREE version (Forum) by jjrdk on oktober 31, 2008