What problem does it solve? It answers location-based questions—where a place is, what is nearby, how far two points are, and how to get between them—without requiring any paid API keys or third-party SDKs. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates back to full addresses using Nominatim. - Nearby POI Search: Query 46 categories (restaurants, hospitals, pharmacies, hotels, 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 distances, turn-by-turn directions via OSRM, and timezone lookups for any coordinate. - Use Case: A user sends a Telegram location pin and asks for nearby cafes; extract the latitude/longitude and run the nearby command to return a ranked list with tap-to-open map links. ## Quick Start Ask the assistant to find restaurants near Times Square using the maps skill's nearby command with a place name and category.