Class: MVXRouteLeg
Represents a route leg that connects two specific points. Each leg contains information about distance, duration, and detailed steps.
Properties
distance
distance: numberTotal distance of the leg in meters
duration
duration: numberEstimated duration of the leg in seconds
endLocation
endLocation: LatLngEnding location of the leg
startLocation
startLocation: LatLngStarting location of the leg
steps
steps: MVXRouteStep[];List of detailed steps that compose this leg
Last updated on