robotemi/sdk

Get map data of all maps without having to load

mohamedhadrami opened this issue · 0 comments

Hello,

I want to be able to get the map data for maps without having to run loadMap(). When you run getMapList(), you only get back a list of MapModel objects of all the maps, only providing the id and the name. Instead, can it be a list of MapDataModel objects? I tried iterating over all the maps and loading them and storing their data, but that lead to some issues. Could this be implemented in upcoming versions?

Thank you