Class PassThroughWaypoint
- Last UpdatedJan 17, 2025
- 1 minute read
Package com.here.sdk.routing
Class PassThroughWaypoint
- java.lang.Object
-
- com.here.sdk.routing.PassThroughWaypoint
-
public final class PassThroughWaypoint extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Integer
offset
Index overSection.getGeometry()
where the passthrough waypoint is located.RoutePlace
place
The location information of passthrough waypoint.
-
Constructor Summary
Constructors Constructor Description PassThroughWaypoint(RoutePlace place)
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
-
place
@NonNull public RoutePlace place
The location information of passthrough waypoint.
-
offset
@Nullable public java.lang.Integer offset
Index over
Section.getGeometry()
where the passthrough waypoint is located.
-
-
Constructor Detail
-
PassThroughWaypoint
public PassThroughWaypoint(@NonNull RoutePlace place)
Creates a new instance.
- Parameters:
place
-The location information of passthrough waypoint.
-
-