MPUIViewController

@interface MPUIViewController : UIViewController

Simple view controller interface with current location and location data models for convenient interoperation

  • Location dataset model

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) MPLocationDataset *locationData;

    Swift

    var locationData: MPLocationDataset! { get set }
  • Current location property, useful for location detail views.

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) MPLocation *currentLocation;

    Swift

    var currentLocation: MPLocation! { get set }