> I couldn't understand it fully. I only wanna know which part is > storing the lat and lng values of polylines.Can u plz tell me,i've > very little time in my hand.
I guess if you've no time to spend on it, it can't be important. .getVertex() returns a GLatLng object - http://code.google.com/apis/maps/documentation/reference.html#GPolyline.getVertex How to get lat and long values from that in turn, is covered in the docs - http://code.google.com/apis/maps/documentation/reference.html#GLatLng -- 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.
