Private constructorPrivate Creates an instance of MPRouteCoordinate.
Optional latitude: numberThe latitude part of the coordinate.
Optional longitude: numberThe longitude part of the coordinate.
Optional floorIndex: numberThe index of the floor the coordinate is on.
Optional floorName: stringThe name of the floor the coordinate is on.
Optional Readonly floorThe index of the floor the coordinate is on.
Optional Readonly floorThe name of the floor the coordinate is on.
Optional Readonly latitudeThe latitude part of the coordinate.
Optional Readonly longitudeThe longitude part of the coordinate.
Parses the object to a JSON object that is compatible with the MapsIndoors SDK.
Static createCreator for MPRouteCoordinate, used to decode JSON from the MapsIndoors SDK.
Generated using TypeDoc
A coordinate used for routing, it is contained within a MPRouteStep.
Export