Class PreAction
- Last UpdatedJun 10, 2025
- 1 minute read
Package com.here.sdk.routing
- java.lang.Object
-
- com.here.sdk.routing.PreAction
-
public final class PreAction extends java.lang.Object
An action that must be done prior to the section, i.e. boarding a ferry.
-
-
Field Summary
Fields Modifier and Type Field Description PreActionType
action
Type of this action.Duration
duration
Estimated duration of this action.
-
Constructor Summary
Constructors Constructor Description PreAction()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
action
@NonNull public PreActionType action
Type of this action. Defaults to
PreActionType.BOARD
.
-
duration
@NonNull public Duration duration
Estimated duration of this action. Defaults to 0 seconds.
-
-