LocationClient constructor.
addGeofences
Adds any number of geofences.- The
geofenceBreachCallbackdelivers the status of each geofence according to the geofence parameter. - If this API is called when any previous position/batching/geofence session hasn’t yet received
responseCallback, then this API receives an error code ofLOCATION_RESPONSE_REQUEST_ALREADY_IN_PROGRESSvia itsresponseCallback.
Response
None
removeGeofences
Removes any number of geofences. Syntax
Response
None
modifyGeofences
Modifies any number of geofences. Syntax
Response
None
pauseGeofences
Pauses any number of geofences similar to removeGeofences, however, they can be resumed anytime. Syntax
Response
None
resumeGeofences
Resumes any number of geofences that are currently paused. Syntax
Response
None

