diff --git a/lib/src/presentation/screens/map/service.dart b/lib/src/presentation/screens/map/service.dart index 1446f29..d1ac8c1 100644 --- a/lib/src/presentation/screens/map/service.dart +++ b/lib/src/presentation/screens/map/service.dart @@ -233,6 +233,7 @@ class _ServiceScreenState extends State { ), }, polylines: Set.of(polylines.values), + myLocationButtonEnabled: false, onCameraIdle: () { if (professionalAddress == '') { if (coordinates != null) {