| Package | Description |
|---|---|
| com.baidu.mapapi.map.offline |
离线地图相关方法
|
| Modifier and Type | Method and Description |
|---|---|
MKOLUpdateElement |
MKOfflineMap.getUpdateInfo(int cityID)
返回指定城市ID离线地图更新信息
|
static MKOLUpdateElement |
OfflineMapUtil.getUpdatElementFromLocalMapElement(LocalMapElement element)
将LocalMapElement 数据结构转换为MKOLUpdateElement数据结构
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<MKOLUpdateElement> |
MKOfflineMap.getAllUpdateInfo()
返回各城市离线地图更新信息
|