getUpdateInfo method

Future<BMFUpdateElement> getUpdateInfo (
  1. int id
)

返回指定城市ID离线地图更新信息

id 城市id

Implementation

Future<BMFUpdateElement> getUpdateInfo(int id) async {
  return await _bmfOfflineMapDispatcher.getUpdateInfoDispatch(_channel, id);
}