On Jun 9, 2:50 pm, Kieran <[email protected]> wrote: > hi guys, I'm a little new to all Google Aps and all. > I have used the example given that allows you to Reverse Geolocate by > clicking on a map, this returns a pointer with the deails of that > position. Perfect, only one thing. When I for example click on Certain > areas ini Ireland (where I'm From), it Jumps to Cork City, 60 odd > miles away. Heres the Code I am using for it. Any input would be > greatly Appreciated
(a) Please don't post code. Please provide a link as the Posting Guidelines ask -- there are even suggestions about what to do if you have no hosting of your own. http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines (b) What "Accuracy" are you getting? When you reverse geocode a location, Google attempt to provide an address at that location. The geocoder then provides the location of that address. So you get back different coordinates from what you submitted, because that's the place for which an address is known. If the nearest "address" which the geocoder can find is "County Cork", or some address in Cork City, then that's what you're going to get back. A link would enable some concrete investigation. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
