IndoorPassThroughWaypoint class
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.
Constructors
- IndoorPassThroughWaypoint(IndoorRoutePlace place, int offset)
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- offset ↔ int
-
The offset along the section's polyline where this passthrough waypoint occurs.
getter/setter pair
- place ↔ IndoorRoutePlace
-
The indoor location information of the passthrough waypoint.
Contains coordinates, venue ID, level ID, and other indoor-specific data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.