Skip to content

Instantly share code, notes, and snippets.

@berkayoruc
Created December 4, 2021 16:19
Show Gist options
  • Save berkayoruc/d117155d02fd621b53cc1dea07f44519 to your computer and use it in GitHub Desktop.
Save berkayoruc/d117155d02fd621b53cc1dea07f44519 to your computer and use it in GitHub Desktop.
MapOptions(
plugins: [
MarkerClusterPlugin(),
],
center: LatLng(41, 29),
zoom: 10.0,
interactiveFlags: InteractiveFlag.all & ~InteractiveFlag.rotate,
onTap: (_, x) {
if (popupController.selectedMarkers.isNotEmpty) {
popupController.hideAllPopups();
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment