Browse Source

fix: fix anchor position of mapMarker

ashilkn 1 year ago
parent
commit
27f9eea19f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/ui/map/map_marker.dart

+ 1 - 0
lib/ui/map/map_marker.dart

@@ -6,6 +6,7 @@ import "package:photos/ui/map/marker_image.dart";
 
 Marker mapMarker(ImageMarker imageMarker, String key) {
   return Marker(
+    anchorPos: AnchorPos.align(AnchorAlign.top),
     key: Key(key),
     width: 75,
     height: 75,