On Mar 15, 10:11 pm, Thomas Baun <[email protected]> wrote: > > My questions is: Is there any way to terminate drawing > programmatically? >
Yes. disableEditing() You only use enableDrawing() when the polyline has no points. Once it has some points you use enableEditing() and disableEditing() -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
