google_maps_flutter_tizen library

Classes

CircleController
The CircleController class wraps a GCircle and its onTap behavior.
CirclesController
This class manages all the CircleControllers associated to a GoogleMapController.
GeometryController
The base class for all "geometry" group controllers.
GoogleMapsController
This class implements a Map Controller and its events
GoogleMapsPlugin
The Tizen implementation of GoogleMapsFlutterPlatform.
MapReadyEvent
A MapEvent event fired when a mapId on web is interactive.
MapTypeStyle
MarkerController
The MarkerController class wraps a GMarker, how it handles events, and its associated (optional) GInfoWindow widget.
MarkersController
This class manages a set of MarkerControllers associated to a GoogleMapController.
PolygonController
The PolygonController class wraps a GPolygon and its onTap behavior.
PolygonsController
This class manages a set of PolygonControllers associated to a GoogleMapController.
PolylineController
The PolygonController class wraps a GPolyline and its onTap behavior.
PolylinesController
This class manages a set of PolylinesControllers associated to a GoogleMapController.

Typedefs

LatLngCallback = void Function(LatLng latLng)
A void function that handles a LatLng as a parameter.