Sign in

Static map image

documented

Return a static map image based on URL parameters (center, markers, size, etc.).

GET /maps/api/staticmapStatic Maps 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.googleapis.com/maps/api/staticmap?center={{$center}}&zoom={{$zoom}}&size={{$size}}&maptype={{$maptype}}&markers={{$markers}}&scale={{$scale}}&format={{$format}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: image/*"