BMFGeofence constructor

BMFGeofence({
  1. String? geofenceId,
  2. String? customId,
  3. GeofenceActivateState? geofenceState,
  4. BMFLocationCoordType? coordType,
  5. GeofenceStyleType? geofenceStyle,
})

Implementation

BMFGeofence({
  this.geofenceId,
  this.customId,
  this.geofenceState,
  this.coordType,
  this.geofenceStyle,
});