Package com.here.sdk.routing
Class IndoorPassThroughWaypoint
java.lang.Object
com.here.sdk.routing.IndoorPassThroughWaypoint
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 Summary
FieldsModifier and TypeFieldDescriptionintThe offset along the section's polyline where this passthrough waypoint occurs.The indoor location information of the passthrough waypoint. -
Constructor Summary
ConstructorsConstructorDescriptionIndoorPassThroughWaypoint(IndoorRoutePlace place, int offset) Creates a new instance. -
Method Summary
-
Field Details
-
place
The indoor location information of the passthrough waypoint. Contains coordinates, venue ID, level ID, and other indoor-specific data.
-
offset
public int offsetThe offset along the section's polyline where this passthrough waypoint occurs.
-
-
Constructor Details
-
IndoorPassThroughWaypoint
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