Class PassThroughWaypoint

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

public final class PassThroughWaypoint extends Object

This structure provides all the information for a passthrough waypoint. The location information and offset of the waypoint are stored in place and offset respectively.

  • Field Details

    • place

      @NonNull public RoutePlace place

      The location information of passthrough waypoint.

    • offset

      @Nullable public Integer offset

      Index over Section.getGeometry() where the passthrough waypoint is located.

  • Constructor Details

    • PassThroughWaypoint

      public PassThroughWaypoint(@NonNull RoutePlace place)

      Creates a new instance.

      Parameters:
      place -

      The location information of passthrough waypoint.

  • Method Details