IndoorPassThroughWaypoint constructor
- IndoorRoutePlace place,
- int offset
Creates a new instance.
placeThe indoor location information of the passthrough waypoint. Contains coordinates, venue ID, level ID, and other indoor-specific data.offsetThe offset along the section's polyline where this passthrough waypoint occurs.
Implementation
IndoorPassThroughWaypoint(this.place, this.offset);