addGeofence static method

void addGeofence(
  1. GeofenceRegion region
)

Implementation

static void addGeofence(GeofenceRegion region) {
  SmartLocationImpl().addGeofence(region);
}