MRRouteStep Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | MRDirectionsResponse.h | 
  instructions
	Localized written instructions for this step.
@property (nonatomic, readonly, copy) NSString *instructionsDeclared In
MRDirectionsResponse.h
  icon
	Non-localized icon for this step
@property (nonatomic, readonly, copy) NSString *iconDeclared In
MRDirectionsResponse.h
  notice
	Additional localized legal or warning notice related to this step (e.g. “Pedestrian bridge can be slick”).
@property (nonatomic, readonly, copy) NSString *noticeDeclared In
MRDirectionsResponse.h
  mapKey
	A key identifying the map that contains this step.
@property (nonatomic, readonly, copy) MREditorKey *mapKeyDeclared In
MRDirectionsResponse.h
  path
	Detailed step geometry.
@property (nonatomic, readonly, strong) UIBezierPath *pathDeclared In
MRDirectionsResponse.h
  distance
	Step distance in meters.
@property (nonatomic, readonly) CGFloat distanceDeclared In
MRDirectionsResponse.h