Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Enumerations | |
enum | NMGuidanceOutput { NMGuidanceOutputNone = 0, NMGuidanceOutputText } |
enum NMGuidanceOutput |
Represents the way the SDK produces the navigation guidance.
Enumerator | |
---|---|
NMGuidanceOutputNone | A value representing that the SDK produces no guidance. |
NMGuidanceOutputText | A value representing that all the NMRouteNavigator guidance listeners will get an NSString with a guidance text via the NMGuidanceListener protocol. |