MRRoute Class Reference

Inherits from NSObject
Declared in MRDirectionsResponse.h

Overview

Holds information about a route between two points on Meridian maps.

  distance

The overall route distance in meters.

@property (nonatomic, readonly) CGFloat distance

Declared In

MRDirectionsResponse.h

  expectedTravelTime

The estimated time to traverse the route.

@property (nonatomic, readonly) NSTimeInterval expectedTravelTime

Declared In

MRDirectionsResponse.h

  transportType

The transport type that was specified for this route.

@property (nonatomic, readonly) MRDirectionsTransportType transportType

Declared In

MRDirectionsResponse.h

  steps

An array of MRRouteStep objects comprising the route.

@property (nullable, nonatomic, readonly, copy) NSArray<MRRouteStep*> *steps

Declared In

MRDirectionsResponse.h