- obtainBitmapFromPool() - 类 中的方法com.mapuni.bigmap.tileprovider.BitmapPool
- 
从Bitmap集合中取出对象 
- obtainSizedBitmapFromPool(int, int) - 类 中的方法com.mapuni.bigmap.tileprovider.BitmapPool
- 
根据宽高从bitmap集合中去除bitmap对象 
- OfflineTileProvider - com.mapuni.bigmap.tileprovider.modules中的类
- 
加载离线地图瓦片. 
- OfflineTileProvider(IRegisterReceiver, File[]) - 类 的构造器com.mapuni.bigmap.tileprovider.modules.OfflineTileProvider
- 
构造器 
- offsetX - 类 中的变量com.mapuni.bigmap.views.MapView.LayoutParams
- 
偏移量X 
- offsetY - 类 中的变量com.mapuni.bigmap.views.MapView.LayoutParams
- 
偏移量Y 
- onAccuracyChanged(Sensor, int) - 类 中的方法com.mapuni.bigmap.location.SensorEventListenerProxy
- 
传感器精度变化以后回调此方法 
- onAccuracyChanged(Sensor, int) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.InternalCompassOrientationProvider
-  
- onCameraChange(IPosition) - 接口 中的方法com.mapuni.bigmap.api.OnCameraChangeListener
- 
地图发生变化器回调 
- OnCameraChangeListener - com.mapuni.bigmap.api中的接口
- 
已过时,只会在其他第三方库中使用如:谷歌地图 
- onClick(Polyline, MapView, GeoPoint) - 接口 中的方法com.mapuni.bigmap.views.overlay.Polyline.OnClickListener
-  
- onClose() - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.BasicInfoWindow
-  
- onClose() - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.InfoWindow
- 
当infowindow关闭,默认实现,不需要添加功能 
- onClose() - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.MarkerInfoWindow
-  
- onCreateOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.CompassOverlay
-  
- onCreateOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onCreateOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureOverlay
-  
- onCreateOptionsMenu(Menu, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.IOverlayMenuProvider
- 
创建OptionsMenu 
- onCreateOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onCreateOptionsMenu(Menu, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onCreateOptionsMenu 
- onCreateOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.TilesOverlay
-  
- onDetach() - 类 中的方法com.mapuni.bigmap.views.MapView
- 
地图分离 
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.CompassOverlay
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.LogoOverlay
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Marker
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.NonAcceleratedOverlay
-  
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
关闭之前清理所有的资源, 默认不做任何事情 
- onDetach(MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onDetach 
- onDetach(MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.TilesOverlay
-  
- onDoubleTap(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onDoubleTap(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.MinimapOverlay
-  
- onDoubleTap(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该双击事件 
- onDoubleTap(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onDoubleTap 
- onDoubleTapEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onDoubleTapEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该双击事件 
- onDoubleTapEvent(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onDoubleTapEvent 
- onDown(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onDown(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
OnGestureListener 默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该单机确认事件 
- onDown(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onDown 
- onDraw(Canvas, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onDraw(Canvas, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onDraw 
- ONE_DAY - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1天 
- ONE_HOUR - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1小时 
- ONE_MINUTE - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1分钟 
- ONE_SECOND - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1秒 
- ONE_WEEK - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1周 
- ONE_YEAR - 类 中的静态变量com.mapuni.bigmap.tileprovider.constants.BigMapTileProviderConstants
- 
1年 
- onFirstLayout(View, int, int, int, int) - 类 中的方法com.mapuni.bigmap.views.MapController
-  
- onFirstLayout(View, int, int, int, int) - 接口 中的方法com.mapuni.bigmap.views.MapView.OnFirstLayoutListener
- 
地图准备完毕后执行监听 
- onFling(MotionEvent, MotionEvent, float, float, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onFling(MotionEvent, MotionEvent, float, float, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onFling(MotionEvent, MotionEvent, float, float, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onFling 
- onFocusChanged(ItemizedOverlay<?>, OverlayItem) - 接口 中的方法com.mapuni.bigmap.views.overlay.ItemizedOverlay.OnFocusChangeListener
-  
- onGetGeoCoder(BigMapLocation) - 类 中的方法com.mapuni.bigmap.location.geocoder.BigMapGetGeoCoderListener
-  
- onGetPoiSearchResult(List<PoiModel>) - 接口 中的方法com.mapuni.bigmap.search.PoiSearch.OnGetPoiSearchResultListener
-  
- onItemLongPress(int, T) - 接口 中的方法com.mapuni.bigmap.views.overlay.ItemizedIconOverlay.OnItemGestureListener
- 
长按事件 
- onItemSingleTapUp(int, T) - 接口 中的方法com.mapuni.bigmap.views.overlay.ItemizedIconOverlay.OnItemGestureListener
- 
单击事件后续 
- onKeyDown(int, KeyEvent) - 类 中的方法com.mapuni.bigmap.views.MapView
-  
- onKeyDown(int, KeyEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onKeyDown(int, KeyEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,如果需要处理此事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理返回事件 
- onKeyDown(int, KeyEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onKeyDown 
- onKeyUp(int, KeyEvent) - 类 中的方法com.mapuni.bigmap.views.MapView
-  
- onKeyUp(int, KeyEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onKeyUp(int, KeyEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,如果需要处理此事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理返回事件 
- onKeyUp(int, KeyEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onKeyUp 
- OnlineTileSourceBase - com.mapuni.bigmap.tileprovider.tilesource中的类
- 
在线瓦片资源基类 
- OnlineTileSourceBase(String, int, int, int, String, String[]) - 类 的构造器com.mapuni.bigmap.tileprovider.tilesource.OnlineTileSourceBase
- 
构造器 
- onLocationChanged(BigMapLocation) - 类 中的方法com.mapuni.bigmap.location.BigMapLocationListener
- 
定位到位置到以后回调此方法 
- onLocationChanged(Location) - 类 中的方法com.mapuni.bigmap.location.BigMapLocationListener
- 
定位到位置到以后回调此方法 
- onLocationChanged(Location) - 类 中的方法com.mapuni.bigmap.location.LocationListenerProxy
- 
定位到位置到以后回调此方法 
- onLocationChanged(Location) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.GpsMyLocationProvider
-  
- onLocationChanged(Location, IMyLocationProvider) - 接口 中的方法com.mapuni.bigmap.views.overlay.mylocation.IMyLocationConsumer
- 
位置服务变化时调用此方法. 
- onLocationChanged(Location, IMyLocationProvider) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.FolderOverlay
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.ItemizedIconOverlay
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.MapEventsOverlay
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Marker
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.MinimapOverlay
-  
- onLongPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onLongPress(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onLongPress 
- onMarkerClick(Marker, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.Marker.OnMarkerClickListener
-  
- onMarkerDrag(Marker) - 接口 中的方法com.mapuni.bigmap.views.overlay.Marker.OnMarkerDragListener
- 
正在拖曳 
- onMarkerDragEnd(Marker) - 接口 中的方法com.mapuni.bigmap.views.overlay.Marker.OnMarkerDragListener
- 
结束拖曳 
- onMarkerDragStart(Marker) - 接口 中的方法com.mapuni.bigmap.views.overlay.Marker.OnMarkerDragListener
- 
开始拖曳 
- onOpen(Object) - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.BasicInfoWindow
-  
- onOpen(Object) - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.InfoWindow
- 
当infowindow开启,点击Marker开启infowindow 
- onOpen(Object) - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.MarkerInfoWindow
-  
- onOptionsItemSelected(MenuItem, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.CompassOverlay
-  
- onOptionsItemSelected(MenuItem, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onOptionsItemSelected(MenuItem, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureOverlay
-  
- onOptionsItemSelected(MenuItem, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.IOverlayMenuProvider
- 
当按钮被选中时 
- onOptionsItemSelected(MenuItem, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onOptionsItemSelected(MenuItem, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onOptionsItemSelected 
- onOptionsItemSelected(MenuItem, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.TilesOverlay
-  
- onOrientationChanged(float, IOrientationProvider) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.CompassOverlay
-  
- onOrientationChanged(float, IOrientationProvider) - 接口 中的方法com.mapuni.bigmap.views.overlay.compass.IOrientationConsumer
- 
地图方向改变实现这个方法 
- onPrepareOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.CompassOverlay
-  
- onPrepareOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onPrepareOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureOverlay
-  
- onPrepareOptionsMenu(Menu, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.IOverlayMenuProvider
- 
准备创建OptionsMenu 
- onPrepareOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onPrepareOptionsMenu(Menu, int, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onPrepareOptionsMenu 
- onPrepareOptionsMenu(Menu, int, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.TilesOverlay
-  
- onProviderDisabled(String) - 类 中的方法com.mapuni.bigmap.location.BigMapLocationListener
- 
定位权限不可用时回调此方法 
- onProviderDisabled(String) - 类 中的方法com.mapuni.bigmap.location.LocationListenerProxy
- 
定位权限不可用时回调此方法 
- onProviderDisabled(String) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.GpsMyLocationProvider
-  
- onProviderEnabled(String) - 类 中的方法com.mapuni.bigmap.location.BigMapLocationListener
- 
定位权限启用时回调此方法 
- onProviderEnabled(String) - 类 中的方法com.mapuni.bigmap.location.LocationListenerProxy
- 
定位权限启用时回调此方法 
- onProviderEnabled(String) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.GpsMyLocationProvider
-  
- onRotate(float) - 接口 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureDetector.RotationListener
-  
- onRotate(float) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureOverlay
-  
- onScroll(ScrollEvent) - 类 中的方法com.mapuni.bigmap.events.DelayedMapListener
-  
- onScroll(ScrollEvent) - 类 中的方法com.mapuni.bigmap.events.MapAdapter
-  
- onScroll(ScrollEvent) - 接口 中的方法com.mapuni.bigmap.events.MapListener
- 
地图滚动事件 
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onScroll 
- onSensorChanged(SensorEvent) - 类 中的方法com.mapuni.bigmap.location.SensorEventListenerProxy
- 
传感器检测到事件以后回调此方法 
- onSensorChanged(SensorEvent) - 类 中的方法com.mapuni.bigmap.views.overlay.compass.InternalCompassOrientationProvider
-  
- onShowPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onShowPress(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onShowPress(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onShowPress 
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.FolderOverlay
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.ItemizedIconOverlay
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.ItemizedOverlay
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.MapEventsOverlay
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Marker
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该单机确认事件 
- onSingleTapConfirmed(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onSingleTapConfirmed 
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Polygon
-  
- onSingleTapConfirmed(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Polyline
-  
- onSingleTapUp(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onSingleTapUp(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.FolderOverlay
-  
- onSingleTapUp(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.MinimapOverlay
-  
- onSingleTapUp(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onSingleTapUp(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onSingleTapUp 
- onSnapToItem(int, int, Point, IMapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onSnapToItem(int, int, Point, IMapView) - 类 中的方法com.mapuni.bigmap.views.overlay.ItemizedIconOverlay
-  
- onSnapToItem(int, int, Point, IMapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onSnapToItem(int, int, Point, IMapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.Overlay.Snappable
- 
检查给定的X和Y是否足够接近当前缩放行为的item, 
- onSnapToItem(int, int, Point, IMapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onSnapToItem 
- onStatusChanged(String, int, Bundle) - 接口 中的方法com.mapuni.bigmap.api.IMyLocationOverlay
- 
状态变化监听 
- onStatusChanged(String, int, Bundle) - 类 中的方法com.mapuni.bigmap.location.BigMapLocationListener
- 
定位权限启用时回调此方法 
- onStatusChanged(String, int, Bundle) - 类 中的方法com.mapuni.bigmap.location.LocationListenerProxy
- 
定位权限启用时回调此方法 
- onStatusChanged(String, int, Bundle) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.GpsMyLocationProvider
-  
- onTaskComplete() - 接口 中的方法com.mapuni.bigmap.tileprovider.cachemanager.CacheManager.CacheManagerCallback
- 
下载完成时执行. 
- onTaskFailed(int) - 接口 中的方法com.mapuni.bigmap.tileprovider.cachemanager.CacheManager.CacheManagerCallback
- 
下载完后以后,至少有一个错误时执行 
- onTileRemoved(MapTile) - 接口 中的方法com.mapuni.bigmap.tileprovider.LRUMapTileCache.TileRemovedListener
-  
- onTouch(MotionEvent) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureDetector
- 
触摸事件 
- onTouchEvent(MotionEvent) - 类 中的方法com.mapuni.bigmap.controller.MultiTouchController
- 
处理传入的触摸事件 
- onTouchEvent(MotionEvent) - 类 中的方法com.mapuni.bigmap.views.MapView
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.FolderOverlay
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.gestures.RotationGestureOverlay
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Marker
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.mylocation.MyLocationNewOverlay
-  
- onTouchEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该触摸事件 
- onTouchEvent(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onTouchEvent 
- onTrackballEvent(MotionEvent) - 类 中的方法com.mapuni.bigmap.views.MapView
-  
- onTrackballEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- onTrackballEvent(MotionEvent, MapView) - 类 中的方法com.mapuni.bigmap.views.overlay.Overlay
- 
默认不做任何事情,你可以使用此方法阻断所有的触摸事件,return TRUE,ELse return FALSE;在返回true时,并且点击地图位置无覆盖物,则有机会去
 处理该事件 
- onTrackballEvent(MotionEvent, MapView) - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
overlays事件onTrackballEvent 
- onZoom(ZoomEvent) - 类 中的方法com.mapuni.bigmap.events.DelayedMapListener
-  
- onZoom(ZoomEvent) - 类 中的方法com.mapuni.bigmap.events.MapAdapter
-  
- onZoom(ZoomEvent) - 接口 中的方法com.mapuni.bigmap.events.MapListener
- 
地图放大缩小事件 
- open(Object, GeoPoint, int, int) - 类 中的方法com.mapuni.bigmap.views.overlay.infowindow.InfoWindow
- 
在指定的位置偏移打开窗口.如果 已经开启,先关闭它然后重新打开. 
- ordinal() - 类 中的方法com.mapuni.bigmap.tileprovider.tilesource.BitmapTileSourceBase
-  
- ordinal() - 接口 中的方法com.mapuni.bigmap.tileprovider.tilesource.ITileSource
- 
已过时。 
- Overlay - com.mapuni.bigmap.views.overlay中的类
- 
覆盖物最终会显示到mapview的上方,如果添加一个覆盖此类的子类,创建一个新的实例,并将其添加到getOverlays() 
 此类中会实现手势操作android.view.GestureDetector.SimpleOnGestureListenerandGestureDetector.OnGestureListener.
 
- Overlay(Context) - 类 的构造器com.mapuni.bigmap.views.overlay.Overlay
-  
- Overlay.Snappable - com.mapuni.bigmap.views.overlay中的接口
- 
覆盖物接口定义,比如当用户调用一个缩放时,这可以允许用户缩放到一个兴趣点 
- OverlayConstants - com.mapuni.bigmap.views.util.constants中的接口
- 
这个类对overlay常量进行配置. 
- OverlayItem - com.mapuni.bigmap.views.overlay中的类
- 
不可变类用来描述带有标题和描述信息的位置坐标点 
- OverlayItem(String, String, IGeoPoint) - 类 的构造器com.mapuni.bigmap.views.overlay.OverlayItem
- 
构造器 
- OverlayItem(String, String, String, IGeoPoint) - 类 的构造器com.mapuni.bigmap.views.overlay.OverlayItem
- 
构造器 
- OverlayItem.HotspotPlace - com.mapuni.bigmap.views.overlay中的枚举
- 
枚举类型.标示区域的一个热点.相对于原点(0,0)的几个枚举类型. 
- OverlayManager - com.mapuni.bigmap.views.overlay中的接口
- 
覆盖物图形管理类 
- overlays() - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- overlays() - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
获取覆盖物列表 
- overlaysReversed() - 类 中的方法com.mapuni.bigmap.views.overlay.DefaultOverlayManager
-  
- overlaysReversed() - 接口 中的方法com.mapuni.bigmap.views.overlay.OverlayManager
- 
颠倒的覆盖物列表 
- OverlayWithIW - com.mapuni.bigmap.views.overlay中的类
- 
可以打开显示标题、html文本、描述和随意的附属描述信息窗口覆盖物
 
 处理点击事件和显示相关点的信息窗口让实现的它子类处理 
- OverlayWithIW(Context) - 类 的构造器com.mapuni.bigmap.views.overlay.OverlayWithIW
- 
构造器