What problem does it solve?
This Skill helps you integrate the AMap WatchSDK (RTOS Map SDK) by providing structured guidance so AI coding tools generate adapter-compliant, compile-ready initialization, rendering, overlays, and navigation code.
Core Features & Use Cases
- Adapter-first integration: guides you to implement required SDK adapters (especially the rendering adapter) and avoid enum/struct field mismatches by insisting on header-file truth.
- End-to-end workflow: supports the full lifecycle from initialization and device activation to map view creation and a render loop.
- Mapping functionality: covers raster/vector rendering, map view controls, overlays (point/line/polygon), and track navigation callbacks.
- Use Case: when you need to bring up a WatchSDK map on an RTOS device with correct render_adapter callbacks, this Skill helps you produce deterministic adapter scaffolding and a minimal render loop that makes the map visible.
Quick Start
Indent the command you want to run as: Ask the Skill to initialize WatchSDK for RTOS, implement all required adapters including a working render_adapter (begin_drawing/commit_drawing/draw_bitmap/measure_text), create a map view, add a polyline overlay, and set up navigation callbacks.