menu
mapsforge_flutter package
documentation
overlay.dart
RotationOverlay
RotationOverlay.new const constructor
RotationOverlay.new const constructor
dark_mode
light_mode
RotationOverlay
constructor
const
RotationOverlay
(
ViewModel
viewModel
, {
Key
?
key
,
double
thresholdDeg
=
10.0
,
})
Implementation
const RotationOverlay( this.viewModel, { Key? key, this.thresholdDeg = 10.0, }) : super(key: key);
mapsforge_flutter package
documentation
overlay
RotationOverlay
RotationOverlay.new const constructor
RotationOverlay class