google_maps_flutter_web library
Classes
- CircleController
-
The
CircleController
class wraps agmaps.Circle
and itsonTap
behavior. - 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
. - HeatmapController
-
The
HeatmapController
class wraps avisualization.HeatmapLayer
and itsonTap
behavior. - HeatmapsController
- This class manages all the HeatmapControllers associated to a GoogleMapController.
- 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.
Functions
-
gmLatLngBoundsTolatLngBounds(
LatLngBounds latLngBounds) → LatLngBounds -
Converts a
gmaps.LatLngBounds
into aLatLngBounds
. -
gmLatLngToLatLng(
LatLng latLng) → LatLng -
Converts
gmaps.LatLng
toLatLng
.
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.