MRDirectionsResponse Class Reference

Inherits from NSObject
Declared in MRDirectionsResponse.h

Overview

Contains route information provided by Meridian servers. You don’t create instances of this class directly. You receive a MRDirectionsResponse in your completion handler after calculating directions with MRDirections.

  routes

The routes that were calculated. Normally only instance of MRRoute will be present.

@property (nullable, nonatomic, readonly, copy) NSArray<MRRoute*> *routes

Declared In

MRDirectionsResponse.h