MapsIndoors iOS SDK V3
|
#include <MPRouteLeg.h>
Properties | |
NSNumber< Optional > * | distance |
NSNumber< Optional > * | duration |
MPRouteCoordinate< Optional > * | start_location |
MPRouteCoordinate< Optional > * | end_location |
NSString< Optional > * | start_address |
NSString< Optional > * | end_address |
NSMutableArray< MPRouteStep * >< MPRouteStep, Optional > * | steps |
MPRouteLegType | routeLegType |
Route leg model. A route model will consist of one ore more route legs. Typically a route from 1st floor to 2nd floor will consist of two route legs. Thus, a route leg defines a continueus route part within the same floor and/or building and/or vehicle.
|
readwritenonatomicstrong |
The route leg distance in meters
|
readwritenonatomicstrong |
The route leg duration in seconds
|
readwritenonatomicstrong |
The route leg end address. If the position is outdoors, the address may be a postal address. If the position is indoors, the address may be a textual description of the indoor location, like "Lower Ground Floor, Building X".
|
readwritenonatomicstrong |
The route leg end position
|
readwritenonatomicassign |
The type of leg, determined by the source service, Google or MapsIndoors.
|
readwritenonatomicstrong |
The route leg start address. If the position is outdoors, the address may be a postal address. If the position is indoors, the address may be a textual description of the indoor location, like "Lower Ground Floor, Building X".
|
readwritenonatomicstrong |
The route leg start position
|
readwritenonatomicstrong |
Collection of steps for the route leg.