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 | 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 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 | 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 | 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 described toute event types.
Referenced from RouteEvent.
Swift code snippet:
Objective C code snippet:
| 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 23 of file NCRouteEventType.h.
| enum NCRouteStatus |
Enum describing possible router states.
Referenced from AsyncRouteListener.
Swift code snippet:
Objective C code snippet:
Definition at line 24 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. |
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 24 of file NCTransmitterStatus.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 24 of file NCZoneEventType.h.