On Apr 2, 3:30 pm, "[email protected]"
<[email protected]> wrote:
>
> so I was wondering if I can make a extension to the same polyline ,I
> mean if I draw the first part then when I enter the loop second time
> to get the new points I will extend my it to the same polyline not
> adding a new one.

What you can do is loop through your single array, construct a GLatLng
and push that new point on to another array. At the end of the loop
you will end up with an array of GLatLngs which you can use in your
"new GPolyline()" call.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to