The current version of the Google Maps Flutter Web plugin does not have the "My Location" functionality. This means there are two Map options that are not implemented: * `myLocationButtonEnabled` ([seems doable](https://developers.google.com/maps/documentation/javascript/examples/control-custom)) * `myLocationEnabled` ([seems doable](https://api.dart.dev/stable/2.8.4/dart-html/Geolocation-class.html)) Implement those!
The current version of the Google Maps Flutter Web plugin does not have the "My Location" functionality.
This means there are two Map options that are not implemented:
myLocationButtonEnabled(seems doable)myLocationEnabled(seems doable)Implement those!