> When a rectangle is edited 'bounds_changed' is sent, when a circle is > edited 'center_changed' or 'radius_changed' is sent, what gets sent when a > node of a polygon gets moved?
Here are the docs http://code.google.com/apis/maps/documentation/javascript/overlays.html#user_editable_shapes_events You might need to force the english language version, sometimes documentation lags behind in other languages "Polygon editing events insert_at remove_at set_at The listener must be set on the polygon's path. If the polygon has multiple paths, a listener must be set on each path." -- 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 [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-js-api-v3?hl=en.
