Search results

ZoomSettingsModel API in Vue Maps API component

Interface for a class ZoomSettings

Properties

doubleClickZoom

boolean

Enables or disables the double click zooming in maps.

enable

boolean

Enables or disables the zooming operation in the maps.

enablePanning

boolean

Enables or disables the panning operation in the maps.

enableSelectionZooming

boolean

Enables or disables the selection zooming operation in the maps.

maxZoom

number

Gets or sets the maximum zooming value in maps.

minZoom

number

Gets or sets the minimum zooming value in maps.

mouseWheelZoom

boolean

Enables or disables the mouse wheel zooming in maps.

pinchZooming

boolean

Enables or disables the pinch zooming in maps.

resetToInitial

boolean

Enables or disables the zoom to set to the initial State.

shouldZoomInitially

boolean

Enables or disables the ability to zoom based on the marker position while rendering the maps.

toolbarSettings

ZoomToolbarSettingsModel

Gets or sets the detailed options to customize the entire zoom toolbar.

zoomFactor

number

Gets or sets the factor of zoom to be displayed while rendering the maps.

zoomOnClick

boolean

Enables or disables the zooming on clicking the shapes in maps.