On Feb 17, 11:03 pm, Donald Musick <[email protected]> wrote: > Is polyline creation with Google Static Maps subject to the same ~2.000 > character url limitation that markers have? Can using encoded polylines > allow a larger number of coordinate pairs than is possible using lat/lng > pairs (@ 3 dec. accuracy)? It seems that limiting the # of segments in a > polyline(gon) to <100 is pretty restrictive.
A url limit is a url limit. Encoded polylines do allow a greater number of points (because each point is defined by fewer characters), but with a potential loss of detail as some simplification of the line is done. -- 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.
