google_maps_flutter_web library
Classes
- CircleController
- 这个是实际的-gmap circle 事件的返回 // circle.onDblclick.listen((_) {
- 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
MarkerControllerclass wraps agmaps.Marker, how it handles events, and its associated (optional)gmaps.InfoWindowwidget. - MarkersController
- This class manages a set of MarkerControllers associated to a GoogleMapController.
- PolygonController
-
The
PolygonControllerclass wraps agmaps.Polygonand itsonTapbehavior. - PolygonsController
- This class manages a set of PolygonControllers associated to a GoogleMapController.
- PolylineController
-
The
PolygonControllerclass wraps agmaps.Polylineand itsonTapbehavior. - PolylinesController
- This class manages a set of PolylinesControllers associated to a GoogleMapController.
- TileOverlayController
-
This wraps a
TileOverlayin agmaps.MapType. - TileOverlaysController
- This class manages all the TileOverlayControllers associated to a GoogleMapController.
- WebMapReadyEvent
-
A MapEvent event fired when a
mapIdon web is interactive.
Typedefs
- DebugCreateMapFunction = GMap Function(HtmlElement div, MapOptions options)
- Type used when passing an override to the _createMap function.