OpenWGoogleMaps constructor

const OpenWGoogleMaps({
  1. Key? key,
  2. required WidgetState state,
  3. required bool goToUserPosition,
  4. required bool zoomEnabled,
  5. required bool scrollEnabled,
  6. required bool rotateEnabled,
  7. required bool tiltEnabled,
  8. required bool myLocationEnabled,
  9. required bool myLocationButtonEnabled,
  10. required bool trafficEnabled,
  11. required JsonGetAttribute markersJsonGetAttribute,
  12. 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,
});