What problem does it solve?
MALLMKit SDK integration complexity blocks iOS teams from implementing natural-language route planning, navigation control, and reliable communication with the AMap APP.
Core Features & Use Cases
- Agent SDK natural-language queries: Generate code for initiating sessions, handling multi-round dialogue context, and processing structured query results for routes and POI search.
- Navigation control & real-time data listening: Implement navigation lifecycle control (start/stop, route switching, broadcast modes) and subscribe to PB/typed navigation data updates.
- IPC Link SDK for AMap APP: Implement the authorization flow, create and manage IPC connections, and send JSON navigation commands (e.g., set destination, add via points, start navigation).
Quick Start
Ask an AI coding tool to generate an iOS implementation that initializes MALLMKit Agent SDK, sends a natural-language query for nearby POIs, then starts navigation and registers navigation data listeners.