Skip to content

Instantly share code, notes, and snippets.

@Aditsyal
Created April 10, 2019 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aditsyal/fa2e2d291c74114efc344e5121916afc to your computer and use it in GitHub Desktop.
Save Aditsyal/fa2e2d291c74114efc344e5121916afc to your computer and use it in GitHub Desktop.
const GoogleMap({
Key key,
@required this.initialCameraPosition,
this.onMapCreated,
this.gestureRecognizers,
this.compassEnabled = true,
this.cameraTargetBounds = CameraTargetBounds.unbounded,
this.mapType = MapType.normal,
this.minMaxZoomPreference = MinMaxZoomPreference.unbounded,
this.rotateGesturesEnabled = true,
this.scrollGesturesEnabled = true,
this.zoomGesturesEnabled = true,
this.tiltGesturesEnabled = true,
this.myLocationEnabled = false,
this.markers,
this.onCameraMoveStarted,
this.onCameraMove,
this.onCameraIdle,
this.onTap,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment