Class IndoorPassThroughWaypoint

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

public final class IndoorPassThroughWaypoint extends Object

Represents a passthrough via waypoint in an indoor route. Passthrough waypoints are via waypoints with passThrough=true that the route passes through without creating a section boundary. They appear along a section's polyline at the specified offset.

  • Field Details

    • place

      @NonNull public IndoorRoutePlace place

      The indoor location information of the passthrough waypoint. Contains coordinates, venue ID, level ID, and other indoor-specific data.

    • offset

      public int offset

      The offset along the section's polyline where this passthrough waypoint occurs.

  • Constructor Details

    • IndoorPassThroughWaypoint

      public IndoorPassThroughWaypoint(@NonNull IndoorRoutePlace place, int offset)

      Creates a new instance.

      Parameters:
      place -

      The indoor location information of the passthrough waypoint. Contains coordinates, venue ID, level ID, and other indoor-specific data.

      offset -

      The offset along the section's polyline where this passthrough waypoint occurs.

  • Method Details