Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -211,8 +211,12 @@ class _HistoryDetailsPageState extends State<HistoryDetailsPage> {
|
||||
: endLocation.longitude,
|
||||
),
|
||||
);
|
||||
mapController.animateCamera(
|
||||
CameraUpdate.newLatLngBounds(bounds, left: 60, top: 60, right: 60, bottom: 60));
|
||||
mapController.animateCamera(CameraUpdate.newLatLngBounds(
|
||||
bounds,
|
||||
left: 60,
|
||||
top: 60,
|
||||
right: 60,
|
||||
bottom: 60));
|
||||
}
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user