Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Enumerations
NMRoutingType.h File Reference

Enumerations

enum  NMRoutingType { NMRoutingType_Online, NMRoutingType_Onboard, NMRoutingType_Combined }
 

Enumeration Type Documentation

◆ NMRoutingType

Represents routing types SDK is able to use.

Enumerator
NMRoutingType_Online 

SDK will use online routing for all route calculations. It means that route calculation is fully performed on the server side.

NMRoutingType_Onboard 

SDK will use on-board routing for all route calculations. It means that route calculation is fully performed on the device side.

Warning
Be careful using this value with online SDK as on-board routing engine in this case needs to download large amount of data to build a long route.
NMRoutingType_Combined 

SDK will use on-board route calculations for short routes and online calculations for long routes.