Skip to content

Feature Request: Implement Map Events as property #60

Open
@nikischin

Description

@nikischin
Contributor

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)} />

Activity

nikischin

nikischin commented on May 8, 2024

@nikischin
ContributorAuthor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nikischin

        Issue actions

          Feature Request: Implement Map Events as property · Issue #60 · Nicolapps/mapkit-react