enable method
dynamic
enable([
- dynamic options
Enables the "pinch to rotate and zoom" interaction.
@param {Object} options
@param {string} options.around
If "center" is passed, map will zoom around the center
@example map.touchZoomRotate.enable(); @example map.touchZoomRotate.enable({ around: 'center' });
Implementation
enable([dynamic options]) => jsObject.enable(options);