``` var list: List<dataItem> var equipm...
# getting-started
s
Copy code
var list: List<dataItem>
   var equipmentTypeList: List<EquipmentLayer>
How can I turn these two lists into a map? they both have equipmentIds which I want to use as a Key.