Skip to content

Instantly share code, notes, and snippets.

@sbis04

sbis04/main.dart Secret

Created May 30, 2020 09:16
Show Gist options
  • Save sbis04/9723f9e672698f38e4914ed5e8b6f263 to your computer and use it in GitHub Desktop.
Save sbis04/9723f9e672698f38e4914ed5e8b6f263 to your computer and use it in GitHub Desktop.
// Zoom In action
mapController.animateCamera(
CameraUpdate.zoomIn(),
);
// Zoom Out action
mapController.animateCamera(
CameraUpdate.zoomOut(),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment