Contents

steps

An array of steps that compose the overall route.

Declaration

steps: RouteStep[];

Discussion

The array contains one or more RouteStep objects representing distinct portions of the route. Each step corresponds to a single direction to follow along the route.

See Also

Route details