EcocosmoGPS — maps.ecocosmogps.com
Get address from lat/lng using Google Maps
/reveal.php?lat={lat}&lng={lng}
Get route path, ETA and distance between two points using OSRM
/route.php?from_lat={lat}&from_lng={lng}&to_lat={lat}&to_lng={lng}
Current weather — temperature, humidity, wind, condition
/weather.php?lat={lat}&lng={lng}
/weather.php?lat=18.5940&lng=73.7500Current AQI, PM2.5, PM10, CO, NO2, SO2, Ozone
/aqi.php?lat={lat}&lng={lng}
/aqi.php?lat=18.5940&lng=73.7500