Contents

path

An array of coordinate objects representing the path of the route.

Declaration

get path(): Coordinate[][];

Discussion

An array of coordinates that reflect the complete path of the route, including all of its steps. To render this route on a map, set the points property of a PolylineOverlay to this array.

See Also

Route geometry