From a23888ed6451c9b38a8d9cfbb870deca98b6a3ae Mon Sep 17 00:00:00 2001 From: Teresa Qin <154479823+teresarwqin@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:45:32 +1100 Subject: [PATCH 1/2] Update index.js Remove EXCLUDE labels --- dist/samples/place-text-search/docs/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/samples/place-text-search/docs/index.js b/dist/samples/place-text-search/docs/index.js index 738b616597..a4e8d799f0 100644 --- a/dist/samples/place-text-search/docs/index.js +++ b/dist/samples/place-text-search/docs/index.js @@ -14,9 +14,7 @@ async function initMap() { map = new Map(document.getElementById("map"), { center: center, zoom: 14, - // [START_EXCLUDE] - mapId: "4504f8b37365c3d0", - // [END_EXCLUDE] + mapId: "4504f8b37365c3d0" }); findPlaces(); } From 020117aab61a5935c9c1ba0f708f63bc4e145346 Mon Sep 17 00:00:00 2001 From: Teresa Qin <154479823+teresarwqin@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:11:05 +1100 Subject: [PATCH 2/2] Update index.js Remove EXCLUDE label Set mapId as DEMO_MAP_ID for demo purpose --- dist/samples/place-text-search/docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/samples/place-text-search/docs/index.js b/dist/samples/place-text-search/docs/index.js index a4e8d799f0..5fe227f27d 100644 --- a/dist/samples/place-text-search/docs/index.js +++ b/dist/samples/place-text-search/docs/index.js @@ -14,7 +14,7 @@ async function initMap() { map = new Map(document.getElementById("map"), { center: center, zoom: 14, - mapId: "4504f8b37365c3d0" + mapId: "DEMO_MAP_ID" }); findPlaces(); }