WoosmapGeofencingOptions constructor

WoosmapGeofencingOptions({
  1. String? privateKeyWoosmapAPI,
  2. TrackingProfile? trackingProfile,
  3. bool? enableAirshipConnector,
  4. int? protectedRegionSlot,
  5. String? androidNotificationText,
  6. String? androidNotificationTitle,
  7. String? androidNotificationIconName,
  8. String? androidNotificationIconUrl,
})

Constructor to create a configuration object for geofencing initialization.

Implementation

WoosmapGeofencingOptions({
  this.privateKeyWoosmapAPI,
  this.trackingProfile,
  this.enableAirshipConnector,
  this.protectedRegionSlot,
  this.androidNotificationText,
  this.androidNotificationTitle,
  this.androidNotificationIconName,
  this.androidNotificationIconUrl,
});