VenueTopology
public class VenueTopology
extension VenueTopology: NativeBase
extension VenueTopology: Hashable
Represents routing topologies inside the VenueLevel. The topologies can be paths
used for enabling routing services.
-
Undocumented
Declaration
Swift
public typealias AccessCharacteristicsList = [VenueTopology.AccessCharacteristics] -
The
idof the topology.Declaration
Swift
public var identifier: String { get } -
The parent level of the topology.
Declaration
Swift
public var level: VenueLevel { get } -
Declaration
Swift
public var accessibility: VenueTopology.AccessCharacteristicsList { get } -
Represents the access characreisticas of a topology. Access characteristics is a combination of
See moreVenueTransportModewhich is suppoted on this topology and theVenueTopology.TopologyDirectionalitytowards which it is allowed.Declaration
Swift
public class AccessCharacteristicsextension VenueTopology.AccessCharacteristics: NativeBaseextension VenueTopology.AccessCharacteristics: Hashable -
Available directions.
See moreDeclaration
Swift
public enum TopologyDirectionality : UInt32, CaseIterable, Codable