LocationPickerPage constructor
const
LocationPickerPage({
- Key? key,
- required MapType mapType,
- required LatLng initialCenter,
- required LocationAccuracy desiredAccuracy,
- required bool requiredGPS,
- required bool autoAnimateToCurrentLocation,
- String? title,
- required bool layersButtonEnabled,
- required double initialZoom,
- required FloatingActionButtonLocation floatingActionButtonLocation,
Implementation
const LocationPickerPage({
Key? key,
required this.mapType,
required this.initialCenter,
required this.desiredAccuracy,
required this.requiredGPS,
required this.autoAnimateToCurrentLocation,
this.title,
required this.layersButtonEnabled,
required this.initialZoom,
required this.floatingActionButtonLocation,
}) : super(key: key);