feat: google maps #39

Merged
gk1623 merged 3 commits from google-maps-integration into master 2025-06-10 23:18:57 +00:00
10 changed files with 123 additions and 14 deletions
Showing only changes of commit f7969432ec - Show all commits

View File

@@ -38,7 +38,7 @@
zoom: 15, zoom: 15,
mapId: "9f4993cd3fb1504d495821a5" mapId: "9f4993cd3fb1504d495821a5"
}); });
const marker = new AdvancedMarkerElement({ new AdvancedMarkerElement({
position: place.geometry?.location, position: place.geometry?.location,
map map
}); });