收藏
回答

使用map组件中的基本属性,以及MapContext.getScale方法商用是否需要付费?

使用map组件中的基本属性,以及MapContext.getScale方法商用是否需要付费?

<map id="map" ref="map" style="width: 100%; height: 100%;" :latitude="latitude" :longitude="longitude"

@labeltap="markertap" :show-scale='true' :scale="scale" :markers="markers">

</map>

this.mapContext = uni.createMapContext("map", this);

// 仅调用初始化,才会触发 on.("markerClusterCreate", (e) => {})

let that = this

setInterval(() => {

that.mapContext.getScale({

success: function(res) {

that.zoom = res.scale

console.log(that.zoom)

},

fail: function(error) {

console.log('获取地图缩放级别失败:', error);

}

});

}, 500)

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-11-17

    不用

    2023-11-17
    有用
    回复 3
    • Demons
      Demons
      2023-11-17
      这个才要
      2023-11-17
      回复
    • xxxx.
      xxxx.
      2023-11-20回复Demons
      好的,那请问因为组件其中方法调用了腾讯地图,是否还需要额外向腾讯付费呢
      2023-11-20
      回复
    • oooooobtf
      oooooobtf
      03-14回复Demons
      你好,请问小程序中使用了wx.createMapContext去调用openMapApp唤醒第三方导航app或者是wx.openLocation商用,是否需要收费呢
      03-14
      1
      回复
登录 后发表内容