mapkit-react
mapkit-react copied to clipboard
Feature Request: Implement Map Events as property
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)} />
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?