MRRouteStep Class Reference

Inherits from NSObject
Declared in MRDirectionsResponse.h

Overview

Represents a portion of a route.

  instructions

Localized written instructions for this step.

@property (nonatomic, readonly, copy) NSString *instructions

Declared In

MRDirectionsResponse.h

  icon

Non-localized icon for this step

@property (nonatomic, readonly, copy) NSString *icon

Declared 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 *notice

Declared In

MRDirectionsResponse.h

  mapKey

A key identifying the map that contains this step.

@property (nonatomic, readonly, copy) MREditorKey *mapKey

Declared In

MRDirectionsResponse.h

  path

Detailed step geometry.

@property (nonatomic, readonly, strong) UIBezierPath *path

Declared In

MRDirectionsResponse.h

  distance

Step distance in meters.

@property (nonatomic, readonly) CGFloat distance

Declared In

MRDirectionsResponse.h