mardif
unread,Jan 12, 2012, 5:00:09 AM1/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
Hi,
I'm using gmap api v3 drawing library for draw polygons and
polylines directly on map by mouse user interactions.
Well, all works fine, I save all data created. So good!
Next, I reload my page, that read data from db, and I want to restore
saved polygon/polylines in map with drawing libraries.
I've created these objects using new google.maps.Polygon()/Polyline(),
but I can't control their point for move it or create another points
inside polygon with drawingmanager controls...
I've read google api documentation, but I've found anything!
Drawing Library is for draw directly on gmap only?
Thx a lot!