List of secondary classes for Navigine iOS SDK. More...
Classes | |
| class | NCBitmapRegionDecoder |
| Class is used for getting bitmaps (png, jpg, svg) from byte array. More... | |
| class | NCLocationInfo |
| General information about location. More... | |
| class | NCLogInfo |
| Represents metadata for a log file. 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 storing one route event payload. More... | |
| class | NCRouteNode |
| Class describing one node of the evaluated route. More... | |
| class | NCRouteOptions |
| Class is used for describing routing options of AsyncRouteManager. More... | |
| class | NCSensorMeasurement |
| Structure representing a sensor measurement with type, values, and timestamp. More... | |
| class | NCSignalMeasurement |
| Structure representing a signal measurement with type, identifier, RSSI, distance, and timestamp. More... | |
| class | NCTargetReachedEvent |
| Event indicating the route target has been reached. More... | |
| class | NCTransitionEntryEvent |
| Event describing entering another level/sublocation transition. More... | |
| class | NCTransitionExitEvent |
| Event describing exiting a level/sublocation transition. More... | |
| class | NCTurnEvent |
| Class describing turn guidance event. More... | |
| class | NCVector3d |
| Structure representing a 3D vector for sensor measurements. More... | |
| class | NCZoneEvent |
| Class described user zone event. More... | |
List of secondary classes for Navigine iOS SDK.
| enum NCRouteEventType |
Enum describing route event variants.
Referenced from RouteEvent.
Swift code snippet:
Objective C code snippet:
| Enumerator | |
|---|---|
| NCRouteEventTypeTURNEVENT | |
| NCRouteEventTypeTRANSITIONENTRYEVENT | |
| NCRouteEventTypeTRANSITIONEXITEVENT | |
| NCRouteEventTypeTARGETREACHEDEVENT | |
Definition at line 25 of file NCRouteEventType.h.
| enum NCRouteStatus |
Enum describing possible router states.
Referenced from AsyncRouteListener.
Swift code snippet:
Objective C code snippet:
Definition at line 26 of file NCRouteStatus.h.
| enum NCSensorType |
Enum defining types of sensors used in measurements.
Referenced from SensorMeasurement.
| Enumerator | |
|---|---|
| NCSensorTypeACCELEROMETER | Accelerometer sensor type. Accelerometer. |
| NCSensorTypeMAGNETOMETER | Magnetometer sensor type. Magnetometer. |
| NCSensorTypeGYROSCOPE | Gyroscope sensor type. Gyroscope. |
| NCSensorTypeBAROMETER | Barometer sensor type. Barometer. |
| NCSensorTypeLOCATION | |
| NCSensorTypeORIENTATION | Orientation sensor type. |
| NCSensorTypeNMEA | NMEA GNSS sentence metadata. SensorMeasurement values: x = sentence number, y = satellite count, z unused. |
| NCSensorTypeODOMETER | Odometer / wheel speed. Values: x = speed (m/s), y = accuracy if present else 0, z unused. |
| NCSensorTypeGNSS | Raw GNSS vectors (pseudo-ranges, etc.) — summarized for the API. Values: x = pseudoRanges count, y = pseudoRangeRates count, z = satellitesPositions count. |
Definition at line 15 of file NCSensorType.h.
| enum NCSignalType |
Enum defining types of signals used in measurements.
Referenced from SignalMeasurement.
| Enumerator | |
|---|---|
| NCSignalTypeWIFI | Wi-Fi signal type. Wi-Fi. |
| NCSignalTypeBEACON | Bluetooth Low Energy (BLE) beacon signal type. iBeacon. |
| NCSignalTypeBLUETOOTH | Bluetooth signal type. Bluetooth. |
| NCSignalTypeEDDYSTONE | |
| NCSignalTypeWIFIRTT | Wi-Fi Round-Trip Time signal type. Wi-Fi_RTT. |
Definition at line 15 of file NCSignalType.h.
| enum NCTransmitterStatus |
enum described possible transmitter state.
Referenced from Beacon, Eddystone, Wifi.
Swift code snippet:
Objective C code snippet:
Definition at line 26 of file NCTransmitterStatus.h.
| enum NCTurnType |
Enum describing turn direction/severity for TurnEvent.
Referenced from TurnEvent.
Swift code snippet:
Objective C code snippet:
Definition at line 25 of file NCTurnType.h.
| enum NCZoneEventType |
enum described zone event types
Referenced from ZoneEvent.
Swift code snippet:
Objective C code snippet:
| 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 26 of file NCZoneEventType.h.