diff --git a/assets/images/_common/location-pin.png b/assets/images/_common/location-pin.png index 4b4cc87e..dd9a5e79 100644 Binary files a/assets/images/_common/location-pin.png and b/assets/images/_common/location-pin.png differ diff --git a/lib/ui/common/google_maps_marker.dart b/lib/ui/common/google_maps_marker.dart index c621826f..07d4f1c0 100644 --- a/lib/ui/common/google_maps_marker.dart +++ b/lib/ui/common/google_maps_marker.dart @@ -1,4 +1,3 @@ -import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:wonders/assets.dart'; @@ -6,5 +5,4 @@ Marker getMapsMarker(LatLng position) => Marker( markerId: MarkerId('0'), position: position, icon: AppBitmaps.mapMarker, - anchor: Offset(.5, .7), );