googlemaps
- 7 skills
- 0 followers
- 6 hours ago last updated
- ▌ Android Maps Compose · googlemapsGuide for integrating the android-maps-compose library into an Android application. Use when users ask to add Google Maps Compose to their Android app or set up Maps in Compose.
- ▌ Android Maps Ktx · googlemaps bundleProvides idiomatic Kotlin extension (KTX) patterns, reactive Flow event streams, and multi-subscriber shareIn rules for Google Maps SDK for Android and its Utility Library. Use when writing or refactoring Android map features with coroutines/flows, streaming GPS location updates, handling marker cluster clicks, managing styled overlay collections, or simulating adb coordinates. Don't use for vanilla Java Google Maps development or web/iOS maps APIs.
- ▌ Maps Utils Android · googlemapsGuide for integrating the Google Maps Utility Library for Android (android-maps-utils) into an application. Use when users ask to add features like Marker Clustering, Heatmaps, GeoJSON, KML, or Polyline encoding/decoding.
- ▌ Directions Template Response · googlemapsExtractor skill for directions and routing queries. Extracts routing details for template merging.
- ▌ Local Search Template Response · googlemapsExtractor skill for local place search queries. Extracts location and list of places for template merging.
- ▌ Google Maps Enriched Local Query Response · googlemapsA skill that creates rich, interactive Google Maps-based UIs using the A2UI framework. It should be used when the user requests information about places or routes (e.g., "show me sushi in seattle" or "navigate to the space needle").
- ▌ Google Maps Platform · googlemapsA collection of skills for architecting and implementing production-ready code using Google Maps Platform APIs and SDKs for any map, place, address, geocoding, routing/ETA (including eco-friendly routing), nearby search, 3D / Street View / static map, marker clustering, custom styling, drawing, geofencing, heatmap, or environmental (air-quality / pollen / solar / weather) feature — across Web, Android, iOS, and Web Services APIs. For prototyping, use the public Maps Demo Key — no billing setup and no Cloud project required, covering a growing set of the most popular Google Maps Platform APIs. For production, the skill prompts you to create and restrict your own key. All non-trivial code is grounded in freshly retrieved docs via the Google Maps Platform Code Assist service (no reliance on training-data memory).