'Is there a way to draw an ellipse around a pin location on OpenStreetMap with Flutter?
I want to make an ellipse around a user's pin location (OpenStreetMap, Flutter) that has a certain height, width, and angle. The height and width should be to scale with the map and not the screen (eg in some unit of distance, like meters). I can draw a circle using the CircleMarker class as that has an argument useRadiusInMeter, but I'm not able to find something similar for drawing an ellipse. I can only find options such as BoxDecoration or CustomPainter but there is no provision for converting to distance units. Is it possible to define an ellipse in terms of the map scale?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

