MRRoute Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | MRDirectionsResponse.h | 
  distance
	The overall route distance in meters.
@property (nonatomic, readonly) CGFloat distanceDeclared In
MRDirectionsResponse.h
  expectedTravelTime
	The estimated time to traverse the route.
@property (nonatomic, readonly) NSTimeInterval expectedTravelTimeDeclared In
MRDirectionsResponse.h
  transportType
	The transport type that was specified for this route.
@property (nonatomic, readonly) MRDirectionsTransportType transportTypeDeclared In
MRDirectionsResponse.h
  steps
	An array of MRRouteStep objects comprising the route.
@property (nullable, nonatomic, readonly, copy) NSArray<MRRouteStep*> *stepsDeclared In
MRDirectionsResponse.h