Search results

ZoomSettingsModel API in React Maps API component

Interface for a class ZoomSettings

Properties

color

string

Gets or sets the color for the toolbar in maps.

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.

highlightColor

string

Gets or sets the color for the zoom toolbar when the mouse has hovered on toolbar element in maps.

horizontalAlignment

Alignment

Gets or sets the position type of toolbar when it is placed horizontally.

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.

selectionColor

string

Gets or sets the color for the zooming toolbar when clicking the zooming toolbar in maps.

shouldZoomInitially

boolean

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

toolBarOrientation

Orientation

Gets or sets the orientation of the zoom toolbar.

toolbarSettings

ZoomToolbarSettingsModel

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

toolbars

string[]

Gets or sets the items that are to be shown in the zooming toolbar of the maps. Zoom-in, zoom-out and reset buttons are displayed by default.

verticalAlignment

Alignment

Gets or sets the position type of toolbar when it is placed vertically.

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.