Skip to main content

Interface: useDragProps

The prop type for the [[useDrag]] hook.

Properties

defaultCenter

Optional defaultCenter: Coordinate

An optional initial value for the center of the map

Defined in

hooks/useDrag.ts:16


ref

ref: RefObject<HTMLDivElement>

A reference to the map component

Defined in

hooks/useDrag.ts:14


tileSize

tileSize: Size

The size of the tiles

Defined in

hooks/useDrag.ts:20


zoom

zoom: number

The current zoom level

Defined in

hooks/useDrag.ts:18