Industry-standard maps, geocoding, directions, places, distance matrix, Street View
Connect via PincerAPI
Use our proxy to call Google Maps Platform with your PincerAPI key. No separate signup needed.
# Get instructions for Google Maps Platform
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
https://pincerapi.com/api/v1/apis/google-maps/instructions
# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
"https://pincerapi.com/api/v1/connect/google-maps/your/endpoint/here"Direct Setup
Endpoints
/geocode/jsonConvert address to lat/lon (geocoding) or lat/lon to address (reverse)
💡 Use address= for forward, latlng= for reverse geocoding. Returns formatted_address, geometry.location, place_id.
/directions/jsonGet driving/walking/transit/cycling directions between points
💡 Returns routes[].legs[].steps[] with distance, duration, polyline. departure_time enables traffic-aware routing.
/place/nearbysearch/jsonSearch for places near a location
💡 Requires location+radius OR location+rankby=distance. Types: restaurant, cafe, hospital, gas_station, etc.
/distancematrix/jsonTravel time and distance for multiple origin-destination pairs
💡 Pipe-delimit multiple origins/destinations. Great for finding nearest from a set. Up to 25 origins × 25 destinations.
/place/details/jsonGet detailed info for a place by place_id
💡 ALWAYS specify fields= to reduce cost — you're billed per field group (Basic free, Contact $3, Atmosphere $5 per 1000).
Related APIs in maps-location
Mapbox
Custom maps, geocoding, navigation, isochrones, static images — developer-friendly
OpenCage Geocoding
Forward and reverse geocoding using open data (OpenStreetMap, government sources)
ipapi
IP address geolocation API — locate any IP with city, region, country, lat/lon
ipinfo
Trusted IP geolocation, ASN, company, privacy detection, abuse contact info
Nominatim (OpenStreetMap)
Free, open-source geocoding powered by OpenStreetMap data — no API key required
HERE
Enterprise location platform — geocoding, routing, maps, fleet, transit, weather