Class TransitWaypoint

java.lang.Object
com.here.sdk.routing.TransitWaypoint

public final class TransitWaypoint extends Object

Represents a transit waypoint, used as input for transit route calculation.

  • Field Details

    • coordinates

      @NonNull public GeoCoordinates coordinates

      The waypoint's geographic coordinates.

    • placeName

      @Nullable public String placeName

      This parameter can be used to customize the name of the origin place and will affect the generated actions descriptions.

  • Constructor Details

    • TransitWaypoint

      public TransitWaypoint(@NonNull GeoCoordinates coordinates)

      Creates a new instance.

      Parameters:
      coordinates -

      The waypoint's geographic coordinates.

  • Method Details