feat(map): ensure full Google Map re-initialization on 'X' click
This commit is contained in:
@ -111,11 +111,8 @@ async function animateAndReload() {
|
||||
showETACard.value = false;
|
||||
routePhase.value = 'idle';
|
||||
|
||||
if (userCoords.value) {
|
||||
setCenter(userCoords.value.lat, userCoords.value.lng);
|
||||
setZoom(16);
|
||||
reDrawUserMarker();
|
||||
}
|
||||
// Recarga completa del mapa de Google
|
||||
await initializeMap();
|
||||
|
||||
setTimeout(() => {
|
||||
isBannerClosing.value = false;
|
||||
|
||||
Reference in New Issue
Block a user