google_maps_flutter_web library

Classes

CircleController
The CircleController class wraps a gmaps.Circle and its onTap behavior.
CirclesController
This class manages all the CircleControllers associated to a GoogleMapController.
GoogleMapController
Encapsulates a gmaps.GMap, its events, and where in the DOM it's rendered.
GoogleMapsPlugin
The web implementation of GoogleMapsFlutterPlatform.
MarkerController
The MarkerController class wraps a gmaps.Marker, how it handles events, and its associated (optional) gmaps.InfoWindow widget.
MarkersController
This class manages a set of MarkerControllers associated to a GoogleMapController.
PolygonController
The PolygonController class wraps a gmaps.Polygon and its onTap behavior.
PolygonsController
This class manages a set of PolygonControllers associated to a GoogleMapController.
PolylineController
The PolygonController class wraps a gmaps.Polyline and its onTap behavior.
PolylinesController
This class manages a set of PolylinesControllers associated to a GoogleMapController.
TileOverlayController
This wraps a TileOverlay in a gmaps.MapType.
TileOverlaysController
This class manages all the TileOverlayControllers associated to a GoogleMapController.
WebMapReadyEvent
A MapEvent event fired when a mapId on web is interactive.

Typedefs

DebugCreateMapFunction = GMap Function(HTMLElement div, MapOptions options)
Type used when passing an override to the _createMap function.
DebugSetOptionsFunction = void Function(MapOptions options)
Type used when passing an override to the _setOptions function.