OpenWGoogleMaps constructor
const
OpenWGoogleMaps({
- Key? key,
- required WidgetState state,
- required bool goToUserPosition,
- required bool zoomEnabled,
- required bool scrollEnabled,
- required bool rotateEnabled,
- required bool tiltEnabled,
- required bool myLocationEnabled,
- required bool myLocationButtonEnabled,
- required bool trafficEnabled,
- required JsonGetAttribute markersJsonGetAttribute,
- required List<
GoogleMapsMarkerEntity> markers,
Implementation
const OpenWGoogleMaps({
super.key,
required this.state,
required this.goToUserPosition,
required this.zoomEnabled,
required this.scrollEnabled,
required this.rotateEnabled,
required this.tiltEnabled,
required this.myLocationEnabled,
required this.myLocationButtonEnabled,
required this.trafficEnabled,
required this.markersJsonGetAttribute,
required this.markers,
});