Package 

Class NavigationSignalReachWaypoint

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getWaypointIndex() Get zero based way point index.
      final Integer getWayPointLocation() Get way point location position.
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getWayPointLocation

         final Integer getWayPointLocation()

        Get way point location position. Way point location indicates the relationship between the original location and the map matched location.