On May 11, 3:38 pm, puff <[email protected]> wrote:
>
> Would you per chance have any insight into the issue of using a single
> GMarker/GPolygon/GPolyline instance on multiple maps?

Why don't you try it?

Create a draggable marker (which means you specify a lat/lon for it)
and add that instance to two maps. If you then do marker.getLatLng(),
which marker does it interrogate? There's only one. If you drag the
marker, how does marker.getLatLng() work? How do you reference each
marker separately?

Similarly for polygons. If you delete vertices from one copy, what
happens to the other?

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