Class PostAction

java.lang.Object
com.here.sdk.routing.PostAction

public final class PostAction extends Object

An action that must be done after arrival, i.e. completing a section in the route.

  • Field Details

    • action

      @NonNull public PostActionType action

      Type of this action. Defaults to PostActionType.CHARGING_SETUP.

    • duration

      @NonNull public Duration duration

      Estimated duration of this action. Defaults to 0 seconds.

    • chargingDetails

      @Nullable public ChargingActionDetails chargingDetails

      The additional information that is available if the action is of type charging.

  • Constructor Details

    • PostAction

      public PostAction()

      Creates a new instance.

  • Method Details