MyLocationControllerSettings constructor
const
MyLocationControllerSettings({
- BearingSource? bearingSource = BearingSource.auto,
- Duration animationDuration = const Duration(milliseconds: 1000),
- Meter coordinatesThreshold = const Meter(0.10000000149011612),
- Bearing bearingThreshold = const Bearing(1),
Implementation
const MyLocationControllerSettings({
this.bearingSource = BearingSource.auto,
this.animationDuration = const Duration(milliseconds: 1000),
this.coordinatesThreshold = const Meter(0.10000000149011612),
this.bearingThreshold = const Bearing(1)
});