-
Notifications
You must be signed in to change notification settings - Fork 18
Class RouteEvent
Il Kadyrov edited this page Nov 6, 2020
·
2 revisions
RouteEvent class is used for storing the route path events.
Referenced from: RoutePath.
public RouteEventType getType()
Function returns element of enum RouteEventType (one on TURN_LEFT
, TURN_RIGHT
or TRANSITION
).
public int getValue()
Function returns 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.
public float getDistance()
Function returns distance from the beginning of the path to the current route event (in meters).
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