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! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.