-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCRouteManager
Il Kadyrov edited this page Nov 5, 2020
·
1 revision
NCRouteManager class is used for evaluating route path from point to point.
Referenced from: NCNavigineSdk.
- (void)addRouteListener:(nullable id<NCRouteListener>)listener;
Function is used for adding NCRouteListener class element which will notify about evaluated route path from your position to target point.
-
listener
— NCRouteListener class element.
- (void)removeRouteListener:(nullable id<NCRouteListener>)listener;
Function is used for removing previously added NCRouteListener class element.
-
listener
— NCRouteListener class element.
- (void)setTarget:(nonnull NCLocationPoint *)target;
Function is used for setting target point in your location. Through listener you will be notified about new paths to target point.
-
target
— NCLocationPoint class element, shows the metric coordinates to the target point in your sublocation.
- (void)addTarget:(nonnull NCLocationPoint *)target;
Function is used for adding target point in your location. Through listener you will be notified about all the paths to all target points you added.
-
target
— NCLocationPoint class element, shows the metric coordinates to the target point in your sublocation.
- (void)clearTargets;
Function is used for removing all the target points to where the routes were built.
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