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