mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
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...
 I am trying to figure out why my app is not loading the location puck when I have permissions granted 
Future requestMyLocationLatLng() async { -- 1122 | _disposeGuard(); 1123 | return _mapboxGlPlatform.requestMyLocationLatLng(); 1124 | } is there anything like this on mapbox maps flutter package