Search results

Zoom API in React Maps API component

Zoom module used to process the zoom for maps

Methods

click

To handle the click event for maps.

Parameter Type Description
e PointerEvent Specifies the pointer event.

Returns void

performZooming

To perform zooming for maps

Parameter Type Description
position Point Specifies the position.
newZoomFactor number Specifies the zoom factor.
type string Specifies the type.

Returns void