com.supermap.mapping
Interface MapOperateListener
-
public interface MapOperateListener
This class is a listener that receives map open and close events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
mapClosed()
Map closed.void
mapOpened()
Map opened.
-