Connection
class Connection : NSObjectThe value class representing a landmark connection.
- 
                  
                  Undocumented DeclarationSwift var start: UInt { get }
- 
                  
                  Undocumented DeclarationSwift var end: UInt { get }
- 
                  
                  Initializes a new MPPConnectionwith the start and end landmarks integer constants.DeclarationSwift init(start: UInt, end: UInt)ParametersstartThe integer representing the starting landmark of the connection. endThe integer representing the ending landmark of the connection. Return ValueAn instance of MPPConnectioninitialized with the given start and end landmarks integer constants.
- 
                  
                  Undocumented 
- 
                  
                  Undocumented