UIViewController(Directions) Category Reference

Declared in MRMapViewController.h

Overview

Convenience methods for presenting directions.

– presentDirectionsToPlacemark:

Presents directions modally.

- (void)presentDirectionsToPlacemark:(MRPlacemark *)placemark

Parameters

placemark

The destination for the route.

Declared In

MRMapViewController.h

– presentDirectionsToPlacemark:withAccessibleRoute:

Present directions modally

- (void)presentDirectionsToPlacemark:(MRPlacemark *)placemark withAccessibleRoute:(BOOL)accessible

Parameters

placemark

The destinantion for the route

accessible

Whether the initial default route will be an accessible route (YES) or the shortest route (NO)

Declared In

MRMapViewController.h