mapkit-react icon indicating copy to clipboard operation
mapkit-react copied to clipboard

Feature Request: Implement Map Events as property

Open nikischin opened this issue 3 months ago • 1 comments

Implement the MapKit Events as property of the map Element.

So the region-change-end event would be implemented as onRegionChangeEnd, ...

<Map onRegionChangeEnd={(event) => console.log('Region changed to', event)} />

nikischin avatar May 06 '24 08:05 nikischin