-
Notifications
You must be signed in to change notification settings - Fork 19
Class RoutePath
Il Kadyrov edited this page Oct 2, 2020
·
1 revision
RoutePath class is used for storing the route path between the two points on the location.
Referenced from: Position, RouteListener.
public float getLength()Function returns the route length (in meters).
public ArrayList<RouteEvent> getEvents()Function returns the sequence of route events on the route path (see class RouteEvent).
public ArrayList<LocationPoint> getPoints()Function returns the sequence of points composing the path (see class LocationPoint).
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