-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NavigationSignalReachWaypoint implements Parcelable
This class will inform the user when a waypoint has been reached.
This signal will be sent when the distance between vehicle and waypoint is less than NavigationSession.Settings.KEY_NAME_WAYPOINT_LOCAL_ARRIVAL_DISTANCE (trigger distance for local road) or NavigationSession.Settings.KEY_NAME_WAYPOINT_HIGHWAY_ARRIVAL_DISTANCE (trigger distance for highway road) If the status is under E_NAV_STATUS_DEVIATED, will never send this notification.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerwaypointIndexprivate final IntegerwayPointLocation
-
Method Summary
Modifier and Type Method Description final IntegergetWaypointIndex()Get zero based way point index. final IntegergetWayPointLocation()Get way point location position. -
-
Method Detail
-
getWaypointIndex
final Integer getWaypointIndex()
Get zero based way point index.
-
getWayPointLocation
final Integer getWayPointLocation()
Get way point location position. Way point location indicates the relationship between the original location and the map matched location.
-
-
-
-