touchZoomRotate property
TouchZoomRotateHandler
get
touchZoomRotate
The map's {@link TouchZoomRotateHandler}, which allows the user to zoom or rotate the map with touch gestures.
Find more details and examples using touchZoomRotate
in the {@link TouchZoomRotateHandler} section.
Implementation
TouchZoomRotateHandler get touchZoomRotate =>
TouchZoomRotateHandler.fromJsObject(jsObject.touchZoomRotate);