Skip to content

获取当前区域站点

getPlaceList() -> {any}

获取当前区域站点列表

参数

返回值 any

站点列表

示例

TypeScript
1
2
3
...
const list = axRobot.getPlaceList();
...