IndoorRoutePlace
public struct IndoorRoutePlace : Hashable
Represents a place within an indoor route.
-
The type of the route place.
Declaration
Swift
public var type: RoutePlaceType -
Geographic coordinates of the place.
Declaration
Swift
public var coordinates: GeoCoordinates -
The vertical level index of this indoor location.
Declaration
Swift
public var levelZIndex: Int32 -
The venue identifier of this indoor location.
Declaration
Swift
public var venueId: String -
The level identifier of this indoor location.
Declaration
Swift
public var levelId: String -
Creates a new instance.
Declaration
Swift
public init(type: RoutePlaceType, coordinates: GeoCoordinates, levelZIndex: Int32, venueId: String, levelId: String)