flutter_map_location_marker icon indicating copy to clipboard operation
flutter_map_location_marker copied to clipboard

Added alignment property

Open codeOfJannik opened this issue 7 months ago • 0 comments

Adding the alignment property to LocationMarkerStyle to set the alignment property on the Marker class of flutter_map: https://pub.dev/documentation/flutter_map/latest/flutter_map/Marker/alignment.html

Alignment of the marker relative to the normal center at point For example, Alignment.topCenter will mean the entire marker widget is located above the point.

The center of rotation (anchor) will be opposite this.

Defaults to Alignment.center if also unset by MarkerLayer.

codeOfJannik avatar Jul 24 '24 20:07 codeOfJannik