NavigationAudioGuidanceSettings constructor

NavigationAudioGuidanceSettings({
  1. bool? isBluetoothAudioEnabled,
  2. bool? isVibrationEnabled,
  3. NavigationAudioGuidanceType? guidanceType,
})

Initialize with options and guidance type.

Implementation

NavigationAudioGuidanceSettings({
  this.isBluetoothAudioEnabled,
  this.isVibrationEnabled,
  this.guidanceType,
});