Contents

path

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

Declaration

path?: Coordinate[];

Discussion

An array of Coordinate objects that traces the route segment. To render the route segment on a map, set the points property of PolylineOverlay to this array.