AccessCharacteristics
public class AccessCharacteristics
extension VenueTopology.AccessCharacteristics: NativeBase
extension VenueTopology.AccessCharacteristics: Hashable
Represents the access characreisticas of a topology.
Access characteristics is a combination of VenueTransportMode which is suppoted on this topology
and the VenueTopology.TopologyDirectionality towards which it is allowed.
-
Gets the mode of transport.
Declaration
Swift
public var mode: VenueTransportMode { get } -
Gets topology direction.
Declaration
Swift
public var direction: VenueTopology.TopologyDirectionality { get }