mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK

Results 317 mapbox-maps-flutter issues
Sort by recently updated
recently updated
newest added

Fix #415 ### What is the motivation and context behind this change? set `mapView.isOpaque = false` ### Pull request checklist: - [x] Add a changelog entry. - [x] Write tests...

Hello, I'm new to this and I've been using the example code for a couple of days. I wanted to ask if there is any way for me to create...

:wave: Hey there! It's [Changebot](https://github.com/mapbox/changebot), and I help repositories follow our [engineering](https://github.com/mapbox/engineering) best practices. My magic wand found some things I wanted to highlight for your review: Item | Current...

I only see callback onCameraChangeListener. dont have onCameraZoomChangeListener or onCameraRotateChangeListener... Sometime I need to handle event camera zoom change but I dont know how to do that?

Hello, I had upgraded to the latest Flutter version. Now I get an Error on Android Compiling ################################################################## flutter doctor Doctor summary (to see all details, run flutter doctor -v):...

Hello. I need your package and i added scroll start and end event listener. And i need compass rotate listener. Can you help me

Source check error: PlatformException(0, Source d6253eb4-f435-4b80-8b81-8ac16daa3a2b is not in style, null, null) [MapScreen] Processing layer: da59e513-e21d-4296-81e6-9dc59a851796, Grid Points **Adding as SymbolLayer** ``` Future _addPointLayerAsSymbol( Map geoJsonMap, MapLayer layer) async {...

Hi guys, I have worked with this package and I get this error. `PlatformException (PlatformException(StyleError(rawValue: "Source default is not in style"), null, null, null))` I use this function to get...

question

![Image](https://github.com/user-attachments/assets/ae97a528-8242-4360-b520-0ec962b383d4) I am trying to figure out why my app is not loading the location puck when I have permissions granted ![Screenshot_20240805_105655](https://github.com/user-attachments/assets/2e1fc1d3-70e4-4d56-a071-c9b65ecb3282)

Future requestMyLocationLatLng() async { -- 1122 | _disposeGuard(); 1123 | return _mapboxGlPlatform.requestMyLocationLatLng(); 1124 | } is there anything like this on mapbox maps flutter package