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 a problem with Tails Render, I have 4 layers, two of them, and each one of them has 48 Tails. Totally, there are...

bug
non-fatal

## What is it? This PR removes LayerOptions and Plugins entirely. This has multiple benefits. LayerOptions were used as a way to pass down map state like this: ```dart class...

### What do you want implemented? When I use `FlutterMap` as a child of `PageView`, I cannot swipe among the pages. Seem like the drag gesture is prioritized for the...

enhancement

If bounds do not fit first attempt to zoom up to the max zoom. If center still cannot work then just set center with max zoom and live with the...

### What is the bug? We built our own tile server to not put huge load on OSM servers. Unfortunatelly our Sysadmin could set this service on our domain using...

bug
needs verification

**Describe The Bug** Map inside ListView example not works as expected in android device. **Expected Behavior** Map scroll does not scroll the list view **Screenshots & Recordings** https://user-images.githubusercontent.com/36578847/179428019-3f8f6ff5-68cf-4c16-bf5a-77ce40383954.mp4 --- **Doctors...

bug
non-fatal

### What is the bug? I was trying to implement a great circle map between two points using the OSM Map. All is good as long as you don't cross...

bug
P: 3 (low)
S: core

**Describe The Problem** I'm try to catch an error callback when the tile failed, so, the idea is when the first tile url map failed, called another, but this method...

enhancement

It would be great to be able to render the map with pitch/tilt to give perspective. I've been experimenting with tilt/pich and have created a prototype: https://github.com/greensopinion/flutter_map/tree/pitch Prototype supports: *...

enhancement

When set in the Polygon, rotation will keep the polygon labels facing the top of the display similar to rotation of a marker. Rotation is about the center of the...