Unact / yandex_mapkit

Flutter implementation of YandexMapkit
MIT License
135 stars 148 forks source link

Event on map tap #56

Closed dadrum closed 3 years ago

dadrum commented 4 years ago

Hi, is there any way to catch the event onMapTap (@NonNull Map map, @NonNull Point point) ?

DCrow commented 4 years ago

Hello!

Currently this feature is not implemented. If anyone is willing to implement it, I am always happy to review it and include it in the library.

DCrow commented 3 years ago

This is now implemented in master branch.

New callback methods onMapTap and onMapLongTap have been added to YandexMap