-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCRoutePath
Il Kadyrov edited this page Nov 5, 2020
·
1 revision
NCRoutePath class is used for storing the route path between the two points on the location.
Referenced from: NCPosition, NCRouteListener.
@interface NCRoutePath : NSObject
@property (nonatomic, readonly) float length;
@property (nonatomic, nonnull, readonly) NSArray<NCRouteEvent *> * events;
@property (nonatomic, nonnull, readonly) NSArray<NCLocationPoint *> * points;
@end
-
length
- route length (in meters) -
events
- sequence of route events on the route path (see class NCRouteEvent) -
points
- sequence of points composing the path (see class NCLocationPoint)
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