/ Maps / ZoomSettingsModel
Search results

ZoomSettingsModel API in Vue Maps API component

Interface for a class ZoomSettings

Properties

color

string

Sets and gets 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 component.

enablePanning

boolean

Enables or disables the panning operation in the maps component.

enableSelectionZooming

boolean

Enables or disables the selection zooming operation in the maps component.

highlightColor

string

Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.

horizontalAlignment

string

Sets and gets the position type of toolbar when it is placed horizontally.

maxZoom

number

Sets and gets the maximum zooming value in maps.

minZoom

number

Sets and gets 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 the initial State.

selectionColor

string

Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.

shouldZoomInitially

boolean

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

toolBarOrientation

string

Sets and gets the orientation of the zoom toolbar.

toolbars

string[]

Sets and gets the items that are to be shown in the zooming toolbar in maps.

verticalAlignment

string

Sets and gets the position type of toolbar when it is placed vertically.

zoomFactor

number

Sets and gets the factor of zoom to be displayed while rendering the maps.

zoomOnClick

boolean

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