Develop Secure Code
GeofencingService Data Types
getGeofencingService()
isAvailable()
startMonitoringGeofence()
stopMonitoringGeofence()
stopMonitoringAllGeofences()
getMonitoredGeofences
Get an instance of GeofencingService.
1import { getGeofencingService } from 'lightning/mobileCapabilities';
2getGeofencingService(): GeofencingServiceNone.
An instance of GeofencingService.
There are no parameters or options when creating an instance. Use the instance to perform geofencing operations.