Maps API

EcocosmoGPS — maps.ecocosmogps.com

Address ...
Route ...
Weather ...
AQI ...

1. Address Lookup

Get address from lat/lng using Google Maps

GET /reveal.php?lat={lat}&lng={lng}
lat — Latitude   lng — Longitude

2. Route / ETA / Distance

Get route path, ETA and distance between two points using OSRM

GET /route.php?from_lat={lat}&from_lng={lng}&to_lat={lat}&to_lng={lng}
from_lat from_lng — Origin   to_lat to_lng — Destination

3. Weather

Current weather — temperature, humidity, wind, condition

GET /weather.php?lat={lat}&lng={lng}
lat — Latitude   lng — Longitude

4. Air Quality (AQI)

Current AQI, PM2.5, PM10, CO, NO2, SO2, Ozone

GET /aqi.php?lat={lat}&lng={lng}
lat — Latitude   lng — Longitude
Data Sources & Attribution:
Weather & Air Quality data by Open-Meteo.com (CC BY 4.0)
Routing data by OSRM — OpenStreetMap contributors
Address data by Google Maps