MPPConnection
@interface MPPConnection : NSObject
The value class representing a landmark connection.
-
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly) NSUInteger start
-
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly) NSUInteger end
-
Initializes a new
MPPConnection
with the start and end landmarks integer constants.Declaration
Objective-C
- (nonnull instancetype)initWithStart:(NSUInteger)start end:(NSUInteger)end;
Parameters
start
The integer representing the starting landmark of the connection.
end
The integer representing the ending landmark of the connection.
Return Value
An instance of
MPPConnection
initialized with the given start and end landmarks integer constants. -
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Undocumented
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE;