GMBLPlace Class Reference

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

Overview

The GMBLPlace class defines a place which is represented by a geofence (circular or polygonal) or a series of beacons. A place is defined in the Gimbal Manager portal.

  identifier

A unique string identifier that Gimbal generates and assigns to the Place upon creation of the Place

@property (readonly, nonatomic) NSString *identifier

Discussion

A unique string identifier that Gimbal generates and assigns to the Place upon creation of the Place

Declared In

GMBLPlace.h

  name

The name for the GMBLPlace, this can be set via the Gimbal Manager

@property (readonly, nonatomic) NSString *name

Discussion

The name for the GMBLPlace, this can be set via the Gimbal Manager

Declared In

GMBLPlace.h

  attributes

The attributes for the GMBLPlace, these can be set via the Gimbal Manager

@property (readonly, nonatomic) GMBLAttributes *attributes

Discussion

The attributes for the GMBLPlace, these can be set via the Gimbal Manager

Declared In

GMBLPlace.h