Andrei Fufylev

Results 4 comments of Andrei Fufylev

Here is my solution: ```dart late MapboxMap mapboxMap; PointAnnotationManager? manager; ``` ```dart void onPointAnnotationClick(String id) { if (id != MapTextConstants.mapCurrentPositionDot) { showVenueShortBottomSheet(id); } } ``` This function set the points...

> @fufylev did you find any work around for this? the api of this package is really becoming a pain in the *ss Nope, spent a lot of time, still...

Same point! Looking forward to smth like this!!!!