Private constructorPrivate
Creates an instance of MPRoute.
Optional legs: MPRouteLeg[]The legs the route consists of.
Optional copyrights: stringThe copyrights for this route, if any exists.
Optional summary: stringA summary of the route.
Optional warnings: string[]Any warnings issued for any paths on the route.
Optional restrictions: string[]All restrictions in place for the route.
Optional bounds: MPBoundsThe outer bounds of the route.
Optional Readonly boundsThe outer bounds of the route.
Optional Readonly copyrightsThe copyrights for this route, if any exists.
Optional Readonly legsThe legs the route consists of.
Optional Readonly restrictionsAll restrictions in place for the route.
Optional Readonly summaryA summary of the route.
Optional Readonly warningsAny warnings issued for any paths on the route.
Static createCreator for MPRoute, used to decode JSON from the MapsIndoors SDK.
Generated using TypeDoc
A route from a origin to a destination broken up into legs.
Export