TransitWaypoint (API Reference)
Package com.here.sdk.routing
Class TransitWaypoint
java.lang.Object
com.here.sdk.routing.TransitWaypoint
Represents a transit waypoint, used as input for transit route calculation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe waypoint's geographic coordinates.This parameter can be used to customize the name of the origin place and will affect the generated actions descriptions. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coordinates
The waypoint's geographic coordinates.
-
placeName
This parameter can be used to customize the name of the origin place and will affect the generated actions descriptions.
-
-
Constructor Details
-
TransitWaypoint
Creates a new instance.
- Parameters:
coordinates-The waypoint's geographic coordinates.
-
-
Method Details