Class TransitWaypoint
Package com.here.sdk.routing
Class TransitWaypoint
- java.lang.Object
-
- com.here.sdk.routing.TransitWaypoint
-
public final class TransitWaypoint extends java.lang.ObjectRepresents a transit waypoint, used as input for transit route calculation.
-
-
Field Summary
Fields Modifier and Type Field Description GeoCoordinatescoordinatesThe waypoint's geographic coordinates.java.lang.StringplaceNameThis parameter can be used to customize the name of the origin place and will affect the generated actions descriptions.
-
Constructor Summary
Constructors Constructor Description TransitWaypoint(GeoCoordinates coordinates)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
-
coordinates
@NonNull public GeoCoordinates coordinates
The waypoint's geographic coordinates.
-
placeName
@Nullable public java.lang.String placeName
This parameter can be used to customize the name of the origin place and will affect the generated actions descriptions.
-
-
Constructor Detail
-
TransitWaypoint
public TransitWaypoint(@NonNull GeoCoordinates coordinates)Creates a new instance.
- Parameters:
coordinates-The waypoint's geographic coordinates.
-
-