GeoFenceManager: Geofencing Helper Class Integration
GeoFenceManager is a geofencing helper class. To use it, manually add the GeoFenceManager.swift file to your project. Start location services and authorize by calling GeoFenceManager.shared.startLocation(). This method initiates monitoring for a region you specify. When the current location enters or exits any monitored region, the appropriate handler, such as didEnterRegionHandler, is triggered.
54.65KB
文件大小:
评论区