-
Notifications
You must be signed in to change notification settings - Fork 19
Class RouteManager
Il Kadyrov edited this page Oct 12, 2020
·
1 revision
RouteManager class is used for evaluating route path from point to point.
Referenced from: NavigineSdk.
public void addRouteListener(RouteListener routeListener)Function is used for adding RouteListener class element which will notify about evaluated route path from your position to target point.
-
routeListener— RouteListener class element.
public void removeRouteListener(RouteListener routeListener)Function is used for removing previously added RouteListener class element.
-
routeListener— RouteListener class element.
public void setTarget(LocationPoint locationPoint)Function is used for setting target point in your location. Through listener you will be notified about new paths to target point.
-
locationPoint— LocationPoint class element, shows the metric coordinates to the target point in your sublocation.
public void addTarget(LocationPoint locationPoint)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.
-
locationPoint— LocationPoint class element, shows the metric coordinates to the target point in your sublocation.
public void clearTargets()Function is used for removing all the target points to where the routes were built.
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder