get_map_subareas
Retrieve detailed subarea information from robot maps to enable precise zone control and targeted cleaning operations.
Instructions
Gets map subareas information for precise area control.
Args:
map_id: The ID of the target map.
Returns:
A dictionary containing map subareas information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"map_id": {
"title": "Map Id",
"type": "string"
}
},
"required": [
"map_id"
],
"type": "object"
}