Places & Maps

Google Maps

standard

Google Maps is an reliable places & maps provider offering Geocoding, Directions & Routing, Places Search and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try Google MapsOfficial docs

Specifications

CategoryPlaces & Maps
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://maps.googleapis.com
SDK Package

Capabilities (4)

Geocodingplaces.geocode
Score: 98
Directions & Routingplaces.directions
Score: 97
Places Searchplaces.search
Score: 98DEFAULT
Distance Matrixplaces.distance-matrix
Score: 97DEFAULT

Quick start

Use Google Maps through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "googlemaps",
    "capability": "places.geocode",
    "input": { "prompt": "Hello from Google Maps!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'googlemaps',
  capability: 'places.geocode',
  input: { prompt: 'Hello from Google Maps!' },
});

console.log(result.output);

Related Places & Maps providers

Mapbox

standard tier

HERE

standard tier

Radar

standard tier

What3Words

economy tier

Getting started →API reference →All capabilities →All providers →