On Nov 23, 3:33 pm, xelawho <[email protected]> wrote:
>
> Being that the method used to put arrows on lines used 
> here:http://econym.org.uk/gmap/example_arrows.htm
>
> calculates the placement of the arrowheads using the points
> information, and that encoded polylines don't actually have readable
> point attributes, is it fair to say that you can't put arrowheads on
> encoded polylines?

No. All the polyline methods like getVertexCount() and getVertex() are
still available for encoded lines. That is, you can't use the data
from which the line is constructed, you have to get the points out of
the line.

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