IndoorOriginalLocation

public struct IndoorOriginalLocation : Hashable

Represents the original location from the request before map matching. This is used when the routing service snaps a waypoint to a different location.

  • Original geographic coordinates from the request.

    Declaration

    Swift

    public var coordinates: GeoCoordinates
  • Original vertical level index from the request.

    Declaration

    Swift

    public var levelZIndex: Int32
  • Original level identifier from the request.

    Declaration

    Swift

    public var levelId: String
  • Creates a new instance.

    Declaration

    Swift

    public init(coordinates: GeoCoordinates, levelZIndex: Int32, levelId: String)