Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Enumerations | |
enum | NMSdkState { NMSdkStateNotInitialized, NMSdkStateActive, NMSdkStatePaused, NMSdkStateDestroyed } |
enum NMSdkState |
Current state of the SDK.
Enumerator | |
---|---|
NMSdkStateNotInitialized | SDK is not initialized. If you use the SDK in this state, behaviour is undefined. |
NMSdkStateActive | SDK was initialized successfully and can be used. |
NMSdkStatePaused | SDK is temporarily paused. In this state map is not being rendered and processing is paused. |
NMSdkStateDestroyed | This state is set after performing the destroy method of NMSdk. If you use the SDK in this state, behaviour is undefined. |