NavmiiSDK
Write yourself a navigation system in iOS
|
Inherits NSObject.
Properties | |
NSString * | name |
Route name. | |
double | length |
Route length in meters. | |
CGFloat | time |
Route time in seconds. | |
NMMapCoordinates * | marker |
Marker location to show route length/time/name. | |
BOOL | hasTollRoads |
If route has toll roads. | |
BOOL | routeHasTraffic |
If traffic is considered for route calculation. | |