ibrierley / flutter_map_dragmarker

A drag marker for flutter_map
BSD 3-Clause "New" or "Revised" License
54 stars 37 forks source link

Is there a way to drag a circle layer object? #44

Open gadjetnut opened 8 months ago

gadjetnut commented 8 months ago

I understand this repo is for Markers so may be off topic here but I'm looking for a way to drag Circle Layer objects. I can use Drag Marker to draw circles no problem, but they don't re-size when the map zooms in and out, like a Circle Layer does. Alternatively is there a way to re-size a Drag Marker as the map zooms in and out?

ibrierley commented 8 months ago

Not sure, but maybe your child element could do a calculation based off widget.mapCampera.zoom or something ? You may have to keep an eye on alignment as well.