Hi there,

I currently want to migrate an existing application using the v2 API to the 
new v3 API. Mainly the application uses the GPolyline() Object to let the 
user draw lines and tracks and store the data of the drawed polyline into 
the database. In the v2 API there are many useful methods like 
deleteVertex(), enableEditing(), getBounds(), etc. I'm missing these methods 
in the new v3 API. So I search the web for more options and did not found 
anything about this. 

So my main question is: do I have to implement these missing methods by my 
own? 

For example: in our current application the user draws a line with the 
GPolyline() Object. If he klicks on the icon of the starting point the track 
were automatically closed by the event "endline". This event is not 
available in the v3 API. So I have to check by every click if the user 
clicks on the starting point, therefore I have to iterate over the whole 
MVCArray stored in the new google.maps.Polyline() object. That seems a 
little bit wired and complicated to me. 

Can anybody tell me why these methods aren't available in the v3 API?

Thanks a lot!
Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/eFdaUFBEekwtSFVK.
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.

Reply via email to