On Mar 18, 1:51 pm, yehiasalam <[email protected]> wrote:
> I use a javascript debugger and it's returning the right coordinates,

Are you sure? Your stored coordinates are
  "(54.298708533355445, -9.390199184417725)"
and those do indeed locate a point on the coast. Passing those
coordinates to the geocoder returns a number of points, the first of
which is
  53.9722509,-9.4862511
which is the middle of nowhere, as indicated by your map.

> so i don't think it's geocoder problem

No, it isn't a geocoder problem. The geocoder is doing what it does,
which isn't what you expect. The behaviour you expect (returning the
point you give it) changed recently. If you have a point already,
don't give it to the geocoder.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to