Connectivity
public struct Connectivity : Hashable
A struct that provides information about link id and accessibility.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Link ID
Declaration
Swift
public var directedSegmentId: DirectedOCMSegmentId -
The list of transport types which have access
Declaration
Swift
public var access: [TransportType] -
Creates a new instance.
Declaration
Swift
public init(directedSegmentId: DirectedOCMSegmentId, access: [TransportType])