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

Enumerations

enum  NMOnRouteState { NMOnRouteState_OnRoute, NMOnRouteState_OffRoute, NMOnRouteState_Undefined }
 

Enumeration Type Documentation

◆ NMOnRouteState

Represents on route state.

Enumerator
NMOnRouteState_OnRoute 

Indicates that current GPS coordinates are considered to be on the current active route.

NMOnRouteState_OffRoute 

Indicates that current GPS coordinates are NOT considered to be on the current active route.

NMOnRouteState_Undefined 

Indicates that relation between the current GPS coordinates and the current active route is undefined (i.e. no current GPS coordinates available, etc.).