AndroidLocationOptions constructor
const
AndroidLocationOptions({
- int updateIntervalMs = 1000,
- int fastestIntervalMs = 500,
- int? maxWaitTimeMs,
- String foregroundServiceType = 'location',
- String notificationChannelId = 'nexora_location',
- String notificationTitle = 'Location active',
- String notificationText = 'Nexora SDK is using location.',
- int? geofenceDwellMs,
- String geofenceInitialTrigger = 'enter',
Creates Android location customization options.
Implementation
const AndroidLocationOptions({
this.updateIntervalMs = 1000,
this.fastestIntervalMs = 500,
this.maxWaitTimeMs,
this.foregroundServiceType = 'location',
this.notificationChannelId = 'nexora_location',
this.notificationTitle = 'Location active',
this.notificationText = 'Nexora SDK is using location.',
this.geofenceDwellMs,
this.geofenceInitialTrigger = 'enter',
});