Roman Laitarenko

Results 134 comments of Roman Laitarenko

Hi @zsx29, thank you for reporting this, we've taken this into our immediate working plan, meanwhile you can use: ```dart mapboxMap.style.setStyleLayerProperty("layer-id", "text-field", "My text"); ``` to set the value of...

@dhaq You can convert number to a string before passing it to the map.

Hi all, sorry, it took so long and thank you for reporting this issue, it is addressed in https://github.com/mapbox/mapbox-maps-flutter/pull/523.

Have you configured your secret token as described [here](https://github.com/mapbox/mapbox-maps-flutter?tab=readme-ov-file#secret-token)?

@dhaq Do you pass access token early in the app lifecycle? It could be that flutter widget bindings are not initialized yet and you should invoke `WidgetsFlutterBinding.ensureInitialized()` before setting the...

Hi @ristiisa, thank you for the detailed report! I'm able to reproduce this behavior, created an issue in our internal issue tracker: https://mapbox.atlassian.net/browse/MAPSFLT-202

@shihanjun19, @MeintrupStefan This issue should be addressed by https://github.com/mapbox/mapbox-maps-flutter/pull/383, could you try it out?

@bohdanhlushchenko Could you provide more specifics on how you configure the map widget, the way you add geojson data to the map? An example of the geojson would be appreciated...

@manulgdc Thank you for making the report! Is this behavior consistent across platforms(iOS/Android)? Do you use one of the default styles? I couldn't reproduce this behavior - for me the...