Steve Neal
Steve Neal
**Problem:** The ID that gets retreived from the feature that's tapped is an internally generated GUID and offers no clue to the listener about which point was selected by the...
In the demo application, increasing the loop size in the PointAnnotationPage to 10K markers: for (var i = 0; i < 10000; i++) { options.add(PointAnnotationOptions( geometry: createRandomPoint().toJson(), image: list)); }...
When displaying a complex polyline it only renders correctly at higher zoom levels. At lower zoom levels, sections of the line fail to render. Problem occurs using build 2.2.1. on...
On Android it is possible to move the camera to fit a bounds. On iOS the same code fails to work. Swap the varialbe c[n] at the end of this...
The padding property of CameraBounds is ignored when calculating coordinate bounds. This makes it impossible to detect which areas of the map are clear of obstructions like floating buttons and...
The Mapbox Flutter SDK makes too many requests on the Mapbox tile server. When a 429 response is returned from the server, it is logged to the console but not...