On Feb 23, 5:33 pm, Andrew <[email protected]> wrote: > Hi I have a site exactly like this where I want to draw a polyline and have > the results pop up. > > http://help.arcgis.com/en/webapi/javascript/gmaps/samples/utilities/u... > > It works fine, but I was wondering if I could manipulate G polyline so that > I can single-click to start the polyline and then the next single-click > would end the line. Instead of just creating a vertix and the line continues > until you double-click.
Sure. Have you tried to do that? You will have to do it yourself, the "editable polyline" built into the API has the functionality you don't want. But since you only need two vertices it shouldn't be too hard. -- Larry > Thank you. > > Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
