Roman Laitarenko

Results 134 comments of Roman Laitarenko

@felixkrautschuk 'GeoJsonSource.data' always returns null, this is done for optimization reasons

Hi @bf-vs, thank you for reporting this issue, it is addressed in https://github.com/mapbox/mapbox-maps-flutter/pull/523.

@starpower1m Could you post the full listing of your widget(hosting the MapWidget)? I tried squeezing the map widget to zero size to no avail reproducing this crash.

@hzfanfei Thank you for providing the sample project! I cannot reproduce the crash on my iPhone 13 Pro Max with iOS 17.2.1 with your project, what OS version do you...

@blk-raffy @nicolamazz What version of the Mapbox Maps Flutter Plugin do you use? I have no issues with it working on MBP with M1 Pro chip. @blk-raffy You flutter version...

@arslankaleem7229 You can use `MapboxMap.coordinateForPixel()` to get the coordinates of a location in the center of the map.

@vitorDevop Can't reproduce it on Pixel 6a(API 34) emulator with the latest beta, could you provide more detail about your environment and the version you are using?

Hi @daviidmart, we have this on our roadmap, currently you can use a combination of GeoJson source + Symbol layer or a point annotation to represent user location different from...

> @evil159 Hi bro! I've seen the new model layer. Could you add a model source object for 3D in future features, like the suggestion in this suggestion: [#243 (comment)](https://github.com/mapbox/mapbox-maps-flutter/issues/243#issue-1909283287)...

> AFAICT, the basic "getting started" example in the [0.5.0 docs](https://pub.dev/packages/mapbox_maps_flutter) doesn't work on 1.0.0-beta.1, but I couldn't figure out what to change by reading this guide. Could there be...