GMBLCircle Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in GMBLCircle.h

Overview

The GMBLCircle class contains information about location’s center and radius.

  center

Center of the established location. Has latitude and longitude.

@property (readonly, nonatomic) CLLocationCoordinate2D center

Discussion

Center of the established location. Has latitude and longitude.

Declared In

GMBLCircle.h

  radius

Radius of the established location in meters.

@property (readonly, nonatomic) CLLocationDistance radius

Discussion

Radius of the established location in meters.

Declared In

GMBLCircle.h