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 1 year 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

Oh, nevermind, I just noticed that those regionChange events I used as example are already implemented, however, the Rotation and Zoom events are not implemented yet, does this have a specific reason?

nikischin avatar May 08 '24 14:05 nikischin