JSAPI Three API Reference
    正在准备搜索索引...

    类 BaiduMapConfig

    百度地图配置

    索引

    访问器

    访问器

    • get offlineConfig(): any

      离线服务配置 设置后,城市列表等接口将使用离线服务而非百度在线服务

      返回 any

      BaiduMapConfig.offlineConfig = {
      enabled: true,
      host: 'http://localhost:8080', // 可选,默认使用 window.BMAPGL_URL
      method: 'GET',
      paramMapper: (params) => { ... },
      resultMapper: (response, params) => { ... },
      };