From c99a7e8fb2aa00c74dff881dc5f968fbea672db6 Mon Sep 17 00:00:00 2001 From: Svobek <135534769+Svobek@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:50:03 +0200 Subject: [PATCH] Update map.js --- MEETIT/wwwroot/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MEETIT/wwwroot/map.js b/MEETIT/wwwroot/map.js index 4aec51f..afe7a08 100644 --- a/MEETIT/wwwroot/map.js +++ b/MEETIT/wwwroot/map.js @@ -13,7 +13,7 @@ function initMap() { maxZoom: 22, mapId: "", }, - mapsApiKey: "AIzaSyB3ZQgxv25bFuG9dDT9t7Fz9_7M6C1enjY", + mapsApiKey: "", capabilities: { addressAutocompleteControl: true, mapDisplayControl: true, @@ -88,4 +88,4 @@ function initMap() { marker.setPosition(place.geometry.location); marker.setVisible(true); } - } \ No newline at end of file + }