← All integrations

Google Maps

22 operations0 webhooks

Mapping platform for geocoding, directions, places search, and location-based services.

Supported operations

  • Lookup Aerial VideoRead-only

    Tool to look up an aerial view video by address or video ID. Returns video metadata including state and URIs for playback. Use when you need to retrieve a previously rendered aerial video or check the status of a video render request. Note that receiving a video is a billable event.

  • Render Aerial VideoWrite

    Starts rendering an aerial view video for a US postal address. Returns a video ID that can be used with lookupVideo to retrieve the video once rendering completes. Rendering typically takes up to a few hours.

FAQ

Install corsair and @corsair-dev/googlemaps, add the Google Maps plugin, and connect with an API key or OAuth. Then call methods like corsair.googlemaps.api.aerial.lookupAerialVideo() from your app. Corsair stores tokens, and keeps each tenant isolated.

Yes. Google Maps supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Google Maps developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Google Maps, GitHub, Notion, Stripe, and the rest. Trigger Google Maps from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for mapping platform for geocoding, directions, places search, and location-based services. Common builds include sync jobs, admin tooling, and agents that call Google Maps APIs from your backend.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Google Maps API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/googlemaps in the open repo. When Google Maps ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Google Maps data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Google Maps data on your behalf.