GoogleMapView<T> class widgets

Wrapper around GoogleMap

Constructors

GoogleMapView({EdgeInsets paddingBuilder(BuildContext context)?, List? locations, bool useMapItemProvider = false, required MapDataAdapter<T> mapDataAdapter, dynamic cameraMoveCallback(CameraPosition position)?, Object? location, double? latitude = 6.787561, double? longitude = -58.148308, double zoom = 5.0, void onMarkerTap(int index, T item)?, dynamic mapReadyCallback(GoogleMapController controller)?, void infoWindowTappedCallback(T item)?, bool enableGestures = true, List<DistanceChangeListener> distanceChangeListeners = const [], bool useCompactMarkers = false, Key? key})
const

Properties

cameraMoveCallback → (dynamic Function(CameraPosition position)?)
final
distanceChangeListeners → List<DistanceChangeListener>
final
enableGestures → bool
final
infoWindowTappedCallback → (void Function(T item)?)
final
latitude → double?
final
location → Object?
final
locations → List?
final
longitude → double?
final
mapDataAdapter MapDataAdapter<T>
final
mapReadyCallback → (dynamic Function(GoogleMapController controller)?)
final
onMarkerTap → (void Function(int index, T item)?)
final
paddingBuilder → (EdgeInsets Function(BuildContext context)?)
final
useCompactMarkers → bool
final
useMapItemProvider → bool
final
zoom → double
final

Methods

createState() → State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.