mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
We are experiencing issues with network failures that are affecting the performance of our mobile application. These failures are logged as `NetworkFailure: cancelled` errors when our app attempts to retrieve...
sometime `rastersource` `WMS` is behind some auth. basic auth is a common one. I don't see any example to do this. not in docs, source code, test. ## Closest https://github.com/mapbox/mapbox-maps-flutter/blob/e3f17cdf9afb463c048842712f584d26b82845d2/example/integration_test/style/layer/raster_layer_test.dart#L19C1-L24C9...
In example app point_annotation page. When I try and update PointAnnotation as per below code in example app then PointAnnotation disappears. ``` class AnnotationClickListener extends OnPointAnnotationClickListener { AnnotationClickListener(this.pointAnnotationManager); final PointAnnotationManager...
1. Instead of straight up doing the java way, implementing abstract classes for listener for annotations, why don't just use lambda since dart already supported much shorter syntax? Why would...
When I use the street or any other map style it works fine. But if I go to the studio, and I create a style what they say is the...
When I tap an annotation, I expect a bottomsheet to show some details about the annotation clicked. It works fine on android but triggers multiple bottomsheet in ios emulator. See...
When displaying a point on map via Point_annotation while in debug mode I am getting this error message. I have tried this with the .5.1 release and the 1.0.0 rc1...
Hi everyone, I experience an error when I use l10n for internationalization stuff for my flutter app. Currently, it supports '**en**', '**fr**', '**ro**' but when I change for '**_ro_**', the...
I am trying to draw polygons on the map and in example section of this repository polygons are drawn using Polygon annotations. I fetch geoJson from backend, so is there...
Recently we found these logs in Sentry: ``` PlatformException: PlatformException(0, No manager found with id: 2AD7C, null, null) File "polyline_annotation_messager.dart", line 313, in _PolylineAnnotationMessager.create File "" ``` *the id obviously...