PWMEGeozone Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying NSSecureCoding PWMEZone |
| Declared in | PWMEGeozone.h |
Overview
A PWMEGeozone object represents a circular region in a map with some associated data for that region.
region
The circular region represented by the PWMEGeozone object. (read-only)
@property (readonly, nonatomic) CLCircularRegion *regionDiscussion
When working with CLRegions, you should never perform pointer-level comparisons to determine equality. Instead, use the region’s identifier string to compare regions.
Declared In
PWMEGeozone.h
identifier
The geozone identifier. (read-only)
@property (readonly, nonatomic) NSString *identifierDeclared In
PWMEGeozone.h
name
The name given to the geozone object. (read-only)
@property (readonly, nonatomic) NSString *nameDeclared In
PWMEGeozone.h
code
The code assigned to the geozone object. (read-only)
@property (readonly, nonatomic) NSString *codeDeclared In
PWMEGeozone.h
zoneDescription
The description assigned to the geozone object. (read-only)
@property (readonly, nonatomic) NSString *zoneDescriptionDeclared In
PWMEGeozone.h
inside
A flag that indicates if the user is currently inside the geozone. (read-only)
@property (readonly, nonatomic) BOOL insideDeclared In
PWMEGeozone.h
monitored
A flag that indicates if the zone is monitored. (read-only)
@property (nonatomic, readonly) BOOL monitoredDeclared In
PWMEGeozone.h
tags
A set of tags associated to the geozone. (read-only)
@property (readonly, nonatomic) NSSet *tagsDeclared In
PWMEGeozone.h