TakeConnection

public struct TakeConnection : Action

Use a Connection to go from one Map to another

  • The map to start from

    Declaration

    Swift

    public let fromMap: Map
  • The map to end at

    Declaration

    Swift

    public let toMap: Map