MQSpanPathPair
@interface MQSpanPathPair : MQPositionSpan
An object that holds the span (start/end) and a part of a route shape
-
Path array for the span on the route shape
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) MQLocationCoordinate2DArray *coordinateArray;
Swift
var coordinateArray: MQLocationCoordinate2DArray { get }