What problem does it solve? It answers everyday location questions—where a place is, what is nearby, how far two points are, and what timezone a coordinate falls in—without requiring API keys or paid map services. ## Core Features & Use Cases - Geocoding and Reverse Geocoding: Convert place names to coordinates and coordinates to full addresses using Nominatim. - Nearby POI Search: Find restaurants, hospitals, pharmacies, and 40+ other categories around coordinates or an auto-geocoded place name, with distance, hours, and clickable map links. - Routing and Directions: Compute driving, walking, or cycling distance, travel time, and turn-by-turn directions via OSRM. - Use Case: A user sends a Telegram location pin and asks for nearby cafes; extract the latitude and longitude, run the nearby command with a radius, and reply with a numbered list of results including tap-to-open map links. ## Quick Start Ask the assistant to find coffee shops near a specific address or landmark and it will geocode the place and return nearby results with distances and map links.