On Oct 9, 3:49 pm, CIARAN <[email protected]> wrote:
> please....pretty please...
For the fourth time, replace this
if (point.lat,point.lng).distanceFrom(55.010455,-7.317671) < 5 {
with this
var myLocation = new GLatLng(55.010455,-7.317671);
if (point.distanceFrom(myLocation) < 8047) {
and if that doesn't work, then come back with the link to the page
where you have that code.
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
-~----------~----~----~----~------~----~------~--~---