What problem does it solve? It answers location-based questions—geocoding addresses, finding nearby places, computing travel distances, and getting directions—without requiring any API keys or paid map services. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates back to full addresses using Nominatim. - Nearby POI Search: Find restaurants, hospitals, pharmacies, and 40+ other categories around coordinates or a named place via the Overpass API. - Routing & Directions: Compute driving, walking, or cycling distances, travel times, and turn-by-turn directions with OSRM. - Use Case: A user sends a location pin in chat and asks for nearby cafes; extract the latitude and longitude, run the nearby command, and reply with a numbered list including distances and clickable map links. ## Quick Start Ask the assistant to find coffee shops near a specific address or landmark and it will run the maps script to return names, distances, and map links.