MPPConnection
@interface MPPConnection : NSObjectThe value class representing a landmark connection.
- 
                  
                  Undocumented DeclarationObjective-C @property(nonatomic, readonly) NSUInteger start
- 
                  
                  Undocumented DeclarationObjective-C @property(nonatomic, readonly) NSUInteger end
- 
                  
                  Initializes a new MPPConnectionwith the start and end landmarks integer constants.DeclarationObjective-C - (nonnull instancetype)initWithStart:(NSUInteger)start end:(NSUInteger)end;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 DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;
- 
                  
                  Undocumented DeclarationObjective-C + (instancetype)new NS_UNAVAILABLE;