GMBLEstablishedLocationManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | GMBLEstablishedLocationManager.h |
Overview
The GMBLEstablishedLocationManager defines the interface for getting established locations to your Gimbal enabled application. You use an instance of this class to start or stop place monitoring.
+ startMonitoring
Starts generation of established locations based on the users locations.
+ (void)startMonitoringDiscussion
Starts generation of established locations based on the users locations.
Declared In
GMBLEstablishedLocationManager.h
+ stopMonitoring
Stops generation of established locations.
+ (void)stopMonitoringDiscussion
Stops generation of established locations.
Declared In
GMBLEstablishedLocationManager.h
+ isMonitoring
Returns the monitoring state
+ (BOOL)isMonitoringDiscussion
Returns the monitoring state
Declared In
GMBLEstablishedLocationManager.h
+ establishedLocations
Get established locations. Returns empty array if established locations aren’t generated yet.
+ (NSArray<GMBLEstablishedLocation*> *)establishedLocationsReturn Value
NSArray of GMBLEstablishedLocation. The array returned is ordered by score. Higher the score more relevant the established locations is.
Discussion
Get established locations. Returns empty array if established locations aren’t generated yet.
Declared In
GMBLEstablishedLocationManager.h