MRDirectionsRequest Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | MRDirectionsRequest.h | 
Overview
Holds data about a proposed route. You configure a MRDirectionsRequest instance with the details needed to calculate
directions between two point on Meridian maps. You can then use it to create a MRDirections instance which can
asynchronously calculate the route.
  app
	A key identifying the app to use for this request.
@property (nonatomic, copy) MREditorKey *appDeclared In
MRDirectionsRequest.h
  source
	A map item identifying the starting point for this route.
@property (nonatomic, strong) MRDirectionsSource *sourceDeclared In
MRDirectionsRequest.h
  destination
	A map item identifying the destination for this route.
@property (nonatomic, strong) MRDirectionsDestination *destinationDeclared In
MRDirectionsRequest.h
  transportType
	Indicates what type of transport will be used for this route. The default is MRDirectionsTransportTypeAny.
@property (nonatomic) MRDirectionsTransportType transportTypeDeclared In
MRDirectionsRequest.h