flutter_map icon indicating copy to clipboard operation
flutter_map copied to clipboard

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.

Results 86 flutter_map issues
Sort by recently updated
recently updated
newest added

### What is the bug? I have discovered a couple of edge cases where having a bounding box: ```dart class OverlayImage extends BaseOverlayImage { final LatLngBounds bounds; // ... ```...

bug
P: 3 (low)

### What is the bug? I get the following exception when zooming out as far as possible without explicitly setting `minZoom` to 0: ``` ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════...

bug
P: 3 (low)

A suggestion to simplify the tile handling a bit: - Move `AnimatedTile` into former `TileWidget` (no need for state, the tiles are managed by the `TileManager`), the `AnimationBuilder` does the...

enhancement

If want restrict tile layer with bound radius. Add centerDraw and radiusMeter to TitleLayerWidget.

enhancement

### What do you want implemented? Camera panning acceleration and inertia like in GoogleMap. When I want to scroll map to a large distance it scrolls with const speed. Is...

enhancement

Now we can customize the space between dots if `isDotted=true`

### What is the bug? I want check if some bounds are contained (`LatLngBounds.contains`) or overlapping (`LatLngBounds.isOverlapping`) another bound. In the case of bound boxes which wrap around the 180th...

bug
P: 2 (soon™?)
S: core

Moved the `gesture-rewrite` branch to the flutter_map repo to have pull requests for this branch on here too. For previous discussions see https://github.com/fleaflet/flutter_map/pull/1733. ### Changes in addition to the ones...

blocked

### What is the bug? A FlutterMap with a cameraConstraint CameraConstraint.contain(bounds: widget.bounds) gives the assert error "MapCamera is no longer within the cameraConstraint after an option change" ### How can...

bug
P: 2 (soon™?)
S: core

### What is the bug? I am encountering issues with the Flutter `flutter_map` plugin when attempting to load tile images from Google Maps or OpenStreetMaps. Initially, the tile images load...

bug
needs triage
S: core