List of secondary classes for Navigine iOS SDK. More...
Classes | |
class | NCBitmapRegionDecoder |
Сlass is used for getting bitmaps (png, jpg, svg) from byte array. More... | |
class | NCLocationInfo |
General information about location. More... | |
class | NCNotification |
Class is used for working with the notifications and storing its data. More... | |
class | NCPosition |
Class describing user's position. More... | |
class | NCRouteEvent |
Class is used for storing the route path events. More... | |
class | NCRouteOptions |
Class is used for describing routing options of AsyncRouteManager. More... | |
class | NCRoutePath |
class is used for storing the route path between the two points on the location. More... | |
class | NCZoneEvent |
Class described user zone event. More... | |
Enumerations | |
enum | NCRouteEventType { NCRouteEventTypeTURNLEFT , NCRouteEventTypeTURNRIGHT , NCRouteEventTypeTRANSITION } |
Enum described toute event types. More... | |
enum | NCTransmitterStatus { NCTransmitterStatusNone , NCTransmitterStatusNew , NCTransmitterStatusDeleted , NCTransmitterStatusModified } |
enum described possible transmitter state. More... | |
enum | NCZoneEventType { NCZoneEventTypeEnter , NCZoneEventTypeExit } |
enum described zone event types More... | |
List of secondary classes for Navigine iOS SDK.
enum NCRouteEventType |
Enum described toute event types.
Referenced from RouteEvent.
Enumerator | |
---|---|
NCRouteEventTypeTURNLEFT | An event showing a left turn. |
NCRouteEventTypeTURNRIGHT | An event showing a right turn. |
NCRouteEventTypeTRANSITION | An event showing a chaning of sublocation (floor). |
Definition at line 15 of file NCRouteEventType.h.
enum NCTransmitterStatus |
enum described possible transmitter state.
Referenced from Beacon, Eddystone, Wifi.
Definition at line 16 of file NCTransmitterStatus.h.
enum NCZoneEventType |
enum described zone event types
Referenced from ZoneEvent.
Enumerator | |
---|---|
NCZoneEventTypeEnter | Happens when user enters paticular zone;. |
NCZoneEventTypeExit | Happens when user leaves paticular zone, sublocation has been changed or zone has been removed;. |
Definition at line 16 of file NCZoneEventType.h.