Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Properties | |
NMRouteCalculationError | errorCode |
NSArray< NSNumber * > * | routePlanPointIndicesFailedToSnap |
Interface describing unsuccessful route calculation result.
- (nullable instancetype) NS_UNAVAILABLE |
Default initialization is forbidden.
+ (nullable instancetype) NS_UNAVAILABLE |
|
readnonatomicassign |
Returns the code of an error caused route calculation failure.
|
readnonatomicstrong |
If errorCode property returns NMRouteCalculationError_NoRoadNearWaypoint, the property returns the list of waypoint indices in initial route plan that route calculation service couldn't snap to the map (i.e. no road exist near waypoint, etc.). Otherwise empty list is returned.