-
Notifications
You must be signed in to change notification settings - Fork 6
Class NCRouteEvent
Il Kadyrov edited this page Nov 5, 2020
·
1 revision
NCRouteEvent class is used for storing the route path events.
Referenced from: NCRoutePath.
@interface NCRouteEvent : NSObject
@property (nonatomic, readonly) NCRouteEventType type;
@property (nonatomic, readonly) int32_t value;
@property (nonatomic, readonly) float distance;
@end
-
type
- element of NS_ENUM RouteEventType (one onTURN_LEFT
,TURN_RIGHT
orTRANSITION
) -
value
- event value, which's meaning depends on the event type:- for events of the type
TURN_LEFT
it means turning angle in degrees in counter-clockwise direction; - for events of the type
TURN_RIGHT
it means turning angle in degrees in clockwise direction; - for events of the type
TRANSITION
it means the sublocation identifier to which the transition should be done.
- for events of the type
-
distance
- distance from the beginning of the path to the current route event (in meters)
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder