MCEArea Class Reference

Inherits from NSObject
Declared in MCEArea.h
MCEArea.m

Overview

The MCEArea class represents a geographic area.

  radius

radius represents the size of the geographic area from the center to edge in meters

@property double radius

Discussion

radius represents the size of the geographic area from the center to edge in meters

Declared In

MCEArea.h

  latitude

latitude represents the latitude at the center of the geographic area

@property (readonly) double latitude

Discussion

latitude represents the latitude at the center of the geographic area

Declared In

MCEArea.h

  longitude

longitude represents the longitude at the center of the geographic area

@property (readonly) double longitude

Discussion

longitude represents the longitude at the center of the geographic area

Declared In

MCEArea.h

  coordinate

coordinate represents the center point of the geographic area

@property (readonly) CLLocationCoordinate2D coordinate

Discussion

coordinate represents the center point of the geographic area

Declared In

MCEArea.h