feat:use GMaps places api for searching poi's

This commit is contained in:
2025-10-27 14:57:54 +01:00
parent 43afa6dacc
commit fef7c160e2
5 changed files with 820 additions and 15 deletions

View File

@@ -35,3 +35,6 @@ R2_ACCOUNT_ID=""
R2_ACCESS_KEY_ID=""
R2_SECRET_ACCESS_KEY=""
R2_BUCKET_NAME=""
# Google Maps API for Places search
GOOGLE_MAPS_API_KEY="your_google_maps_api_key_here"