public class MapFragment
extends android.app.Fragment
构造器和说明 |
---|
MapFragment() |
限定符和类型 | 方法和说明 |
---|---|
AMap |
getMap()
返回一个MapFragment 所使用AMap 的对象。
|
static MapFragment |
newInstance()
使用默认的选项创建MapFragment。
|
static MapFragment |
newInstance(AMapOptions options)
根据用户传入的AMapOptions 创建MapFragment。
|
public static MapFragment newInstance()
public static MapFragment newInstance(AMapOptions options)
options
- 地图初始化的AMapOptions对象。public AMap getMap()