Contents

RouteStep

A single step of the route between the requested start and end points.

Declaration

class RouteStep

Overview

A RouteStep encapsulates information for a discrete segment of a route. A Route object’s steps property is an array of RouteStep objects. You don’t instantiate RouteStep objects directly; MapKit JS returns them as part of the DirectionsResponse.

Topics

Route step geometry

Route step details

See Also

Getting directions