Class PassThroughWaypoint
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.IntegeroffsetIndex overSection.getGeometry()where the passthrough waypoint is located.RoutePlaceplaceThe 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 booleanequals(java.lang.Object obj)inthashCode()
-
-
-
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.
-
-