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 addresses using Nominatim. - Nearby POI Search: Find places across 46 categories (restaurants, pharmacies, hotels, ATMs, etc.) around coordinates or a named place, with distances and clickable Google Maps links. - Routing & Timezones: Compute driving/walking/cycling distance and duration, get turn-by-turn directions via OSRM, and look up timezone info 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 ranked list with distances and tap-to-open map links. ## Quick Start Ask the assistant to find coffee shops near Times Square using the maps skill's nearby command.