Class NaviDestination.State

All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
NaviDestination

public static class NaviDestination.State extends SetCommand
The navi destination state
  • Method Details

    • getCoordinates

      public Property<Coordinates> getCoordinates()
      Returns:
      The coordinates
    • getDestinationName

      public Property<String> getDestinationName()
      Returns:
      Destination name
    • getDataSlotsFree

      public PropertyInteger getDataSlotsFree()
      Returns:
      Remaining number of POI data slots available.
    • getDataSlotsMax

      public PropertyInteger getDataSlotsMax()
      Returns:
      Maximum number of POI data slots.
    • getArrivalDuration

      public Property<com.highmobility.autoapi.value.measurement.Duration> getArrivalDuration()
      Returns:
      Remaining time until reaching the destination.
    • getDistanceToDestination

      public Property<com.highmobility.autoapi.value.measurement.Length> getDistanceToDestination()
      Returns:
      Remaining distance to reach the destination.