From 052b919518ec81c750d8e6e57f48917df65b2405 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 17 Sep 2025 11:05:45 +0100 Subject: [PATCH] Update Google Maps functions Signed-off-by: Glenn Jocher --- Google/GoogleAPIkey.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Google/GoogleAPIkey.m b/Google/GoogleAPIkey.m index 4e544d7..64b668a 100644 --- a/Google/GoogleAPIkey.m +++ b/Google/GoogleAPIkey.m @@ -1,4 +1,6 @@ % Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license -function a=GoogleAPIkey()%https://code.google.com/apis/console/b/0/?noredirect#project:647456515232:access -a='AIzaSyBVpV6MSLOGOHBULNqYooWTTRvqPzoJ2iA'; +function a = GoogleAPIkey() +% https://code.google.com/apis/console/ +a = 'YOUR_API_KEY_HERE'; % Replace with your actual Google API key +end