Brez
Brez
Yes mostly a memory leak
> This code implements interactive layer tapping: > > class _MapScreenState extends State { > final position = Position.named(lng: 24.9458, lat: 60.17180); > MapboxMap? _mapboxMap; > > @override > Widget...
@abdelrahmanmostafa21 i will have to use the queriedFeatures approach only imo cause i need to find the feature that is being clicked on which as far as i am seeing...
@abdelrahmanmostafa21 this is the issue https://github.com/mapbox/mapbox-maps-flutter/issues/903
How were u able to add icon-images on map i believe u used a symbol layer right? I am facing issues with `addStyleImage` any leads to help me that. Link...
So i was able to rectify the problems i was having but in the process i found some issues with the `addStyleImage` function - So firstly one of the problems...
@thwPrecision the problem i was facing was with the way i was i providing the MbxImage arg particularly the getting the imageBytes for it. If u want i can provide...