What problem does it solve? It answers location-based questions—coordinates for a place, addresses from coordinates, nearby restaurants or hospitals, travel distances, turn-by-turn directions, and timezones—without requiring any API key or paid service. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates to full address breakdowns using Nominatim. - Nearby POI Search: Query 46 categories (restaurants, pharmacies, hotels, ATMs, etc.) around coordinates or a named place via the Overpass API, with distance sorting and clickable Google Maps links. - Routing & Timezones: Compute driving/walking/cycling distance, duration, and step-by-step directions via OSRM, plus timezone lookup for any coordinate. - Use Case: A user sends a Telegram location pin and asks for nearby cafes; extract the latitude and longitude from the message and run the nearby command to return a numbered list of cafes with distances and tap-to-open map links. ## Quick Start Ask the agent to find coffee shops near a specific address or location pin, and it will run the maps script's nearby command to return names, distances, and map links.