On Oct 23, 8:04 am, Mike Borkus <[email protected]> wrote: > Hi, > > I have created the following > scriphttp://borkus.kicks-ass.org/beek/display_wagens.php > > Bu now i want the address to be displayed in the right bar instead of > the coordinates.
My suggestion would be to reverse geocode those coordinates off line, and store the addresses in your xml file. Then change your code to display the address in the sidebar instead of the coordinates. You can use this page: http://www.geocodezip.com/example_geo2.asp?addr1=52.493486,5.494338&geocode=1 To reverse geocode the points or you can use the HTTP geocoder: http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct -- Larry > > i have been looking > athttp://gmaps-samples.googlecode.com/svn/trunk/geocoder/reverse.html > but i keep getting undefined instead of a proper address. > > Hope someone can help me out. > > cheers Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
