PostAction (API Reference)
Package com.here.sdk.routing
Class PostAction
java.lang.Object
com.here.sdk.routing.PostAction
An action that must be done after arrival, i.e. completing a section in the route.
-
Field Summary
FieldsModifier and TypeFieldDescriptionType of this action.The additional information that is available if the action is of type charging.Estimated duration of this action. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
action
Type of this action. Defaults to
PostActionType.CHARGING_SETUP. -
duration
Estimated duration of this action. Defaults to 0 seconds.
-
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