Thank you thank you thank you ;o)
On Sep 30, 9:05 pm, Rossko <[EMAIL PROTECTED]> wrote:
> > var point = new GLatLng(51.503064, -0.095368);
> > map.addOverlay(new GMarker(51.503064, -0.095368));
>
> Wot geodcodezip told you -
> GMarker takes a minimum of a GLatLng as an argument.
> not a lat,long expression
>
> So try -
> var point = new GLatLng(51.503064, -0.095368);
> map.addOverlay(new GMarker(point));
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---