58
Duplicate item added to a unique collection. For example, it may be that you tried to add the same layer to a map twice. Check for calls to map.addLayer() or other places where the map's layer collection is modified.

유니크한 컬렉션이 중복으로 추가되었다. 

 

하나의 View를 공유해서 Map에 사용할 수 있다. 하지만 Layer는 복제해서 사용할 수 없다.



AND