Roman Laitarenko

Results 134 comments of Roman Laitarenko

Hi all, thanks for the report and sorry for the inconvenience, this issue is addressed in v2.3.0.

Hi all, sorry for the inactivity on this topic, gesture start and end events can be observed by inspecting `GestureState` that is passed along gesture context, this is available in...

Hi @ember11498, could you provide more details? Mapbox Flutter SDK version, platform, OS version, logs, a code snippet etc.

Hi @ethan-ansync, currently this API is available on [iOS](https://docs.mapbox.com/ios/maps/api/11.5.0/documentation/mapboxmaps/customrastersource/) and [Android](https://docs.mapbox.com/android/maps/api/11.5.0/mapbox-maps-android/com.mapbox.maps.extension.style.sources/-custom-raster-source/) only, note that it is experimental, so it might be a subject to change.

@zhuscat It seems like the map has reached its maximum zoom level(22), I don't think it is possible to zoom in further.

Hi @basvdijk, thank you for making the report. May I ask what's the reason you are trying to access the location indicator layer? Just so we don't run into the...

Thank you for sharing your use case @basvdijk! We have location API in our road map, can't give exact estimate, but it's close to the top of the list.

Hi @ThomasAunvik, thank you for the report! It appears that this issue might be caused by a bug in Flutter itself - https://github.com/flutter/flutter/issues/148851

Hi @Mowglli, you can read about symbol placement optimization here: [Mapbox - Optimize map label placement](https://docs.mapbox.com/help/troubleshooting/optimize-map-label-placement/#label-collision).

@zhuscat Could you profile the iOS project with Xcode Instruments to see what's the offending code path is?