com.supermap.data
接口 MapAddedListener


public interface MapAddedListener

用于接收添加地图结束事件(MapAddedEvent)的监听器。


方法摘要
 void mapAdded(MapAddedEvent event)
          在添加地图集合中的地图后调用该方法。
 

方法详细信息

mapAdded

void mapAdded(MapAddedEvent event)
在添加地图集合中的地图后调用该方法。

参数:
event - 指示地图添加结束的事件。