Andrei Fufylev
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!!!!
same issue for me - spent already many hrs on this but still fail to solve the issue. A always get `Permission.denied` when in fact on the devise the permission...
Same question!!!