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 | |
NSString * | name |
NSUInteger | length |
NSUInteger | estimatedTime |
NSUInteger | estimatedTimeIgnoringTrafficDelay |
NSArray< NMMapCoordinates * > * | geometry |
NMMapRectangle * | boundingBox |
NSArray< NMMapCoordinates * > * | routePlan |
A class representing a calculated route.
- (nullable instancetype) NS_UNAVAILABLE |
Default initialization is forbidden.
+ (nullable instancetype) NS_UNAVAILABLE |
|
readnonatomiccopy |
Rectangle bounding the route geometry.
|
readnonatomicassign |
Estimated route time in seconds.
|
readnonatomicassign |
Estimated route time in seconds not considering delays caused by traffic.
|
readnonatomicstrong |
The geometry of the route. The array contains ordered points of the route polyline.
|
readnonatomicassign |
Length of route in meters.
|
readnonatomiccopy |
Route name. Can be empty for short routes or in case of using server routing.
|
readnonatomicstrong |
Route plan.