Inherits from UIViewController
Conforms to MMDetailViewController
MMMerchantDataSourceDelegate
Declared in MMDetailMapViewController.h
MMDetailMapViewController.m

Overview

Map View on the Restaruants tab.

Properties

location

Current users location, based on GPS

@property (nonatomic, strong) CLLocation *location

Declared In

MMDetailMapViewController.h

navigationPaneBarButtonItem

The bar button that is displayed in portrait mode to show the restaurant drawer.

@property (nonatomic, strong) UIBarButtonItem *navigationPaneBarButtonItem

Declared In

MMDetailMapViewController.h

Instance Methods

pinRestaurants:

Adds the restaurants to the map view.

- (void)pinRestaurants:(NSArray *)restaurants

Parameters

restaurants

in an NSArray

Declared In

MMDetailMapViewController.h