google_maps_flutter_web library
Classes
- CircleController
-
The
CircleControllerclass wraps agmaps.Circleand itsonTapbehavior. - CirclesController
- This class manages all the CircleControllers associated to a GoogleMapController.
- GoogleMapController
-
Encapsulates a
gmaps.Map, its events, and where in the DOM it's rendered. - GoogleMapsPlugin
-
The web implementation of
GoogleMapsFlutterPlatform. - GroundOverlayController
-
This wraps a
GroundOverlayin agmaps.MapType. - GroundOverlaysController
- This class manages all the GroundOverlayControllers associated to a GoogleMapController.
- HeatmapController
-
The
HeatmapControllerclass wraps avisualization.HeatmapLayerand itsonTapbehavior. - HeatmapsController
- This class manages all the HeatmapControllers associated to a GoogleMapController.
- 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.
Functions
-
gmLatLngBoundsTolatLngBounds(
LatLngBounds latLngBounds) → LatLngBounds -
Converts a
gmaps.LatLngBoundsinto aLatLngBounds. -
gmLatLngToLatLng(
LatLng latLng) → LatLng -
Converts
gmaps.LatLngtoLatLng. -
latLngBoundsToGmlatLngBounds(
LatLngBounds latLngBounds) → LatLngBounds -
Converts a
LatLngBoundsinto agmaps.LatLngBounds. -
urlFromMapBitmap(
MapBitmap mapBitmap) → String -
Converts a
MapBitmapinto a URL.
Typedefs
- DebugCreateMapFunction = Map 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.