Sign in

Open Maps display URL

documented

Open a Maps display URL for a map view or Street View.

GET /maps/@Maps URLs APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://maps.google.com/maps/@{{$lat}},{{$lng}},{{$zoom}}z" \
  -X GET \
  -H "Accept: */*" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Goog-Api-Key: {{MAPS_API_KEY}}"
Open Maps display URL · Google Maps · OpenIntegrations