IndoorPassThroughWaypoint

public struct IndoorPassThroughWaypoint : Hashable

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.

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

    Declaration

    Swift

    public var place: IndoorRoutePlace
  • The offset along the section’s polyline where this passthrough waypoint occurs.

    Declaration

    Swift

    public var offset: Int32
  • Creates a new instance.

    Declaration

    Swift

    public init(place: IndoorRoutePlace, offset: Int32)