Connection

public class Connection : Location, Indexed

A Connection links two or more Coordinate together. For example, Stairs or an elevator.

  • Used to indicate connection is accessible for a person with limited mobility.

    Declaration

    Swift

    public let accessible: Bool
  • Initialize a Connection adhering the Deserializable protocol

    Declaration

    Swift

    public required init(from buffer: inout BinaryDecoder) throws