On Jul 24, 7:10 am, trez <[email protected]> wrote:
> You can see the source code 
> here.http://www.cavallabianca.it/googlemaps/customMap.html

This shows me a marker:
javascript:var pp = new GLatLng(53.8638,-3.01575); var markerProbe =
new GMarker(pp);map.addOverlay(markerProbe);

You are displaying GPoint.x, GPoint.y which are equivalent to
GLatLng.lng(), GLatLng.lat()

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