Location workflows your agent can actually ship
Give AI coding tools a practical LatLng playbook for address lookup, coordinate cleanup, nearby discovery, and production map experiences without making them rediscover API details every time.
Skill output
Skill coverage
Each skill card maps to implementation decisions an agent needs to make while building real location-aware software.
Geocoding workflows
Choose the right endpoint for addresses, landmarks, coordinates, and user-entered location text.
Places workflows
Search for named places, nearby POIs, categories, and local discovery results with predictable parameters.
Map workflows
Add static maps, raster tiles, or vector tiles when an app needs location context instead of raw coordinates.
Auth guidance
Use server keys for backend requests and maps keys for browser-safe map rendering.
Output formats
Return coordinates, addresses, GeoJSON-style structures, map URLs, and developer-ready snippets.
Implementation patterns
Generate code for server routes, API clients, autocomplete flows, caching, and graceful empty states.
Agent actions
Concrete verbs for coding assistants that need to turn product requests into working location features.
API rules for agents
Guardrails that prevent common mistakes when an assistant writes production code.
Use the right key
latlng_keys are secret server keys for backend API calls.pk_latlng_keys are public maps keys for client-side maps.- Never embed a server key in browser code or mobile app bundles.
Return useful results
- Include coordinates, formatted address, and confidence context when available.
- Handle empty results and ambiguous matches explicitly.
- Prefer typed wrappers around raw fetch calls in application code.
Directory metadata
| Name | LatLng Skills |
|---|---|
| Website | https://www.latlng.work/skills |
| Skill file | https://www.latlng.work/skills/SKILL.md |
| Docs | https://www.latlng.work/docs |
| OpenAPI | https://www.latlng.work/openapi.yaml |
| Categories | Location APIs, Geocoding, Places, Maps, Developer Tools |
| Tags | geocoding, reverse-geocoding, places, maps, OpenStreetMap, static maps, map tiles |
Build location-aware software faster
Use this skill page as the reference for AI coding tools that need to add address lookup, coordinate conversion, POI search, and map rendering with LatLng.