Open Maps display URL
documentedOpen a Maps display URL for a map view or Street View.
GET /maps/@Maps URLs APIno implementation yet0 runsNo 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}}"