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
MarkerController
class wraps agmaps.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 agmaps.Polygon
and itsonTap
behavior. - PolygonsController
- This class manages a set of PolygonControllers associated to a GoogleMapController.
- PolylineController
-
The
PolygonController
class wraps agmaps.Polyline
and itsonTap
behavior. - PolylinesController
- This class manages a set of PolylinesControllers associated to a GoogleMapController.
- TileOverlayController
-
This wraps a
TileOverlay
in agmaps.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.