PassThroughWaypoint

public struct PassThroughWaypoint : Hashable

This structure provides all the information for a passthrough waypoint. The location information and offset of the waypoint are stored in PassThroughWaypoint.place and PassThroughWaypoint.offset respectively.

  • The location information of passthrough waypoint.

    Declaration

    Swift

    public var place: RoutePlace
  • Index over Section.geometry where the passthrough waypoint is located.

    Declaration

    Swift

    public var offset: Int32?
  • Creates a new instance.

    Declaration

    Swift

    public init(place: RoutePlace, offset: Int32? = nil)