30@property (nonatomic, strong, nullable) NSNumber<Optional>*
distance;
35@property (nonatomic, strong, nullable) NSNumber<Optional>*
duration;
47@property (nonatomic, strong, nullable) NSString<Optional>*
start_address;
51@property (nonatomic, strong, nullable) NSString<Optional>*
end_address;
55@property (nonatomic, strong, nullable) NSMutableArray<MPRouteStep*><MPRouteStep, Optional>*
steps;
MPRouteLegType
Definition MPRouteLeg.h:16
@ MPRouteLegTypeMapsIndoors
Definition MPRouteLeg.h:17
@ MPRouteLegTypeGoogle
Definition MPRouteLeg.h:18
Definition MPRouteCoordinate.h:15
Definition MPRouteLeg.h:26
NSMutableArray< MPRouteStep * >< MPRouteStep, Optional > * steps
Definition MPRouteLeg.h:55
NSNumber< Optional > * duration
Definition MPRouteLeg.h:35
NSString< Optional > * start_address
Definition MPRouteLeg.h:47
NSString< Optional > * end_address
Definition MPRouteLeg.h:51
MPRouteCoordinate< Optional > * end_location
Definition MPRouteLeg.h:43
MPRouteLegType routeLegType
Definition MPRouteLeg.h:59
MPRouteCoordinate< Optional > * start_location
Definition MPRouteLeg.h:39
NSNumber< Optional > * distance
Definition MPRouteLeg.h:30