On Sep 22, 12:20 am, Raji <[email protected]> wrote:
> Hi,
>
> I am creating the polyline using GPolyline method using the start and
> end lat long.
>
> For example
>
> var pts = [];
> pts.push(new GLatLng(11.00,16.00));
> pts.push(new GLatLng(54.00,94.00));
> //Create the polyline object
> var poly= new GPolyline(pts,'#123456');
> map.addOverlay(poly);
>
> I want to get all the lat longs present in the polyline.
>
> Can anyone help me out on this?

You want the infinite number of points that make up the line?

Or do you want the "pts" that you pushed into the array that you used
to create the polyline?

  -- Larry

>
> Regards,
> Raji MS.

-- 
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.

Reply via email to