IndoorPassThroughWaypoint constructor

IndoorPassThroughWaypoint(
  1. IndoorRoutePlace place,
  2. int offset
)

Creates a new instance.

  • 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.

Implementation

IndoorPassThroughWaypoint(this.place, this.offset);