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

Enumerations

enum  NMGuidanceOutput { NMGuidanceOutputNone = 0, NMGuidanceOutputText }
 

Enumeration Type Documentation

◆ 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.