encodedPolylineBean Data Type

A list of coordinates encoded as a string. See Encoded polyline algorithm format

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
length int element 1/1 The number of points in the string
levels string element 0/1 Levels describes which points should be shown at various zoom levels. Presently, we show all points at all zoom levels.
points string element 0/1 The encoded points of the polyline.

Example

<e----->
  <points>...</points>
  <levels>...</levels>
  <length>...</length>
</e----->