What problem does it solve? It answers location-based questions—where a place is, what's nearby, how far apart two points are, and how to get between them—without requiring API keys or paid map services. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates to full addresses using Nominatim. - Nearby POI Search: Find restaurants, hospitals, hotels, and 40+ other categories around coordinates or an address via the Overpass API, with distance, hours, and clickable map links. - Routing & Directions: Compute driving, walking, or cycling distance, travel time, and turn-by-turn directions through 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 return a numbered list with distances and tap-to-open 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 a list with distances and links.