Geofence.fromGeofenceSamplingConfiguration constructor

Geofence.fromGeofenceSamplingConfiguration(
  1. GeofenceSamplingConfiguration configuration
)

Implementation

factory Geofence.fromGeofenceSamplingConfiguration(
        GeofenceSamplingConfiguration configuration) =>
    Geofence(
      center: configuration.center,
      radius: configuration.radius,
      dwell: configuration.dwell,
    );