W3WGoogleMap constructor
const
W3WGoogleMap({
- Key? key,
- required CameraPosition initialCameraPosition,
- dynamic onW3WSelected()?,
- bool showGrid = true,
- Color gridColor = Colors.blue,
- double gridOpacity = 0.4,
- Set<
Marker> markers = const {}, - ArgumentCallback<
GoogleMapController> ? onMapCreated, - ArgumentCallback<
LatLng> ? onTap, - CameraPositionCallback? onCameraMove,
Implementation
const W3WGoogleMap({
super.key,
required this.initialCameraPosition,
this.onW3WSelected,
this.showGrid = true,
this.gridColor = Colors.blue,
this.gridOpacity = 0.4,
this.markers = const {},
this.onMapCreated,
this.onTap,
this.onCameraMove,
});