IARoutePoint Class Reference
Inherits from | NSObject |
---|---|
Declared in | IALocationManager.h |
coordinate
Coordinate of this point.
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate
Declared In
IALocationManager.h
floor
Floor number of this point.
@property (nonatomic, readonly) NSInteger floor
Declared In
IALocationManager.h
nodeIndex
Get the index of the point. This is the zero-based index of the node in the original JSON graph this point corresponds to. If this is a virtual wayfinding node, e.g., a starting point of the route outside the original graph, nodeIndex will be -1.
@property (nonatomic, readonly) NSUInteger nodeIndex
Declared In
IALocationManager.h