Package com.naver.maps.map.util
Interface TileCoverHelper.Listener
-
- Enclosing class:
- TileCoverHelper
public static interface TileCoverHelper.Listener
타일 목록에 변경이 일어남에 대한 이벤트 리스너 인터페이스.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTileChanged(java.util.List<java.lang.Long> addedTileIds, java.util.List<java.lang.Long> removedTileIds)
타일 목록에 변경이 일어나면 호출되는 콜백 메서드.
-