public class AMapWrapper
extends java.lang.Object
构造器和说明 |
---|
AMapWrapper(Context context,
IAMapWebView iAMapWebView)
使用外部WebView初始化地图
|
限定符和类型 | 方法和说明 |
---|---|
void |
getMapAsyn(AMap.OnMapReadyListener listener)
获取地图控制器AMap 对象。
|
protected IMapFragmentDelegate |
getMapFragmentDelegate() |
void |
onCreate()
当Activity唤醒时调用地图唤醒。
|
void |
onDestroy()
当Activity销毁时调用地图的销毁。
|
void |
onPause()
用户重载这个方法时必须调用父类的这个方法。
|
void |
onResume()
当Activity暂停的时候调用地图暂停。
|
void |
onSaveInstanceState(Bundle paramBundle)
用户重载这个方法时必须调用父类的这个方法,用于MapView保存地图状态。
|
boolean |
onTouchEvent(MotionEvent event)
手势事件,如果需要长按手势,需要将手势传递给SDK,不需要长按手势不用处理
|
public AMapWrapper(Context context, IAMapWebView iAMapWebView)
context
- 上下文iAMapWebView
- 实现webview桥接的外部WebView操作对象protected IMapFragmentDelegate getMapFragmentDelegate()
public void getMapAsyn(AMap.OnMapReadyListener listener)
public final void onCreate()
public final void onResume()
public final void onPause()
public final void onDestroy()
public final void onSaveInstanceState(Bundle paramBundle)
public boolean onTouchEvent(MotionEvent event)
event
- 手势内容