From 38db70476872f0e6b8d93aab16dc5a4543f5e56c Mon Sep 17 00:00:00 2001 From: JeremyJamesL Date: Mon, 9 Dec 2024 21:41:49 +0000 Subject: text search --- index.html | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b0dc362..e2cc7af 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,10 @@ var h, a, k, - p = "The Google Maps JavaScript API", - c = "google", - l = "importLibrary", - q = "__ib__", + p = 'The Google Maps JavaScript API', + c = 'google', + l = 'importLibrary', + q = '__ib__', m = document, b = window; b = b[c] || (b[c] = {}); @@ -24,26 +24,26 @@ u = () => h || (h = new Promise(async (f, n) => { - await (a = m.createElement("script")); - e.set("libraries", [...r] + ""); + await (a = m.createElement('script')); + e.set('libraries', [...r] + ''); for (k in g) e.set( - k.replace(/[A-Z]/g, (t) => "_" + t[0].toLowerCase()), + k.replace(/[A-Z]/g, (t) => '_' + t[0].toLowerCase()), g[k] ); - e.set("callback", c + ".maps." + q); + e.set('callback', c + '.maps.' + q); a.src = `https://maps.${c}apis.com/maps/api/js?` + e; d[q] = f; - a.onerror = () => (h = n(Error(p + " could not load."))); - a.nonce = m.querySelector("script[nonce]")?.nonce || ""; + a.onerror = () => (h = n(Error(p + ' could not load.'))); + a.nonce = m.querySelector('script[nonce]')?.nonce || ''; m.head.append(a); })); d[l] - ? console.warn(p + " only loads once. Ignoring:", g) + ? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); })({ - key: "AIzaSyCtS6CiOrG95FhroSUdDJJokItndcMkrgc", - v: "weekly", + key: 'AIzaSyCtS6CiOrG95FhroSUdDJJokItndcMkrgc', + v: 'weekly', }); @@ -55,19 +55,26 @@ Shape can be Rectangular or a Polygon + +
Try around your location instead
+
+
+ +
+
+
-
-- cgit v1.2.3