Search results

ZoomSettings API in React Maps API component

Gets or sets the options to configure maps zooming operations.

Properties

doubleClickZoom

boolean

Enables or disables the double click zooming in maps.

Defaults to false

enable

boolean

Enables or disables the zooming operation in the maps.

Defaults to false

enablePanning

boolean

Enables or disables the panning operation in the maps.

Defaults to true

enableSelectionZooming

boolean

Enables or disables the selection zooming operation in the maps.

Defaults to true

maxZoom

number

Gets or sets the maximum zooming value in maps.

Defaults to 10

minZoom

number

Gets or sets the minimum zooming value in maps.

Defaults to 1

mouseWheelZoom

boolean

Enables or disables the mouse wheel zooming in maps.

Defaults to true

pinchZooming

boolean

Enables or disables the pinch zooming in maps.

Defaults to true

resetToInitial

boolean

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

Defaults to true

shouldZoomInitially

boolean

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

Defaults to false

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.

Defaults to 1

zoomOnClick

boolean

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

Defaults to false