So I have a form like below
I want to disable camera movement when user dragging in google map form. Is this possible? if yes, how?
CodePudding user response:
There are some parameters for GoogleMap
that handle the user interactions
zoomGesturesEnabled: false,
scrollGesturesEnabled: false,
tiltGesturesEnabled: false,
rotateGesturesEnabled: false,
zoomControlsEnabled: false,