GoogleMapWidget constructor
const
GoogleMapWidget({ - Key? key,
- required double width,
- required double height,
- required double initialLatValue,
- required double initialLongValue,
- required double initialTiltValue,
- required double initialBearingValue,
- required LatLng initialCenterValue,
- double zoomValue = 14.4746,
- bool showCleaner = true,
- String? query,
})
Implementation
const GoogleMapWidget({
super.key,
required this.width,
required this.height,
required this.initialLatValue,
required this.initialLongValue,
required this.initialTiltValue,
required this.initialBearingValue,
required this.initialCenterValue,
this.zoomValue = 14.4746,
this.showCleaner = true,
this.query,
});