在VUE项目中使用高德地图的记录

流程如下:

<div class="amap-page-container" id="container"></div>

import VueAMap, { lazyAMapApiLoaderInstance } from 'vue-amap'
VueAMap.initAMapApiLoader({
  key: '080d2a1ae948926ffd898703780146b5',
  // key: '770628526eb39f2a2afde977d6ef7d5f', // 重新申请一个key  Key必须为 Web端(JS API)这个类型,不然就会跟域名解析对不上
  plugin: ['Geolocation', 'Geocoder']
})

data() {
    return {
      searchPlace: '',
      addMerchant: {
        group_id_list: [],
        name: '',
        logo: '',
        address: '',
        detailAddress: '',
        years: '',
        phone: '',
        pay: '',
        area: '',
        category: '',
        managePhone: '',
        managePassword: '',
        logoID: 0,
        areaLocation: '',
        lnglat: '',
        // 新增
        sn: '',
        brand: '',
        model: 0
      },
    }
 },
 created() {
    lazyAMapApiLoaderInstance.load().then(() => {
      this.map = new AMap.Map('container', {
        resizeEnable: true,
        zoom: 16,
        center: [121.59996, 31.197646]
      })

      // 插件
      this.map.addControl(new AMap.Geolocation(), new AMap.Geocoder())

      // 反编码
      this.geocoder = new AMap.Geocoder()

      // 鼠标样式
      this.map.setDefaultCursor('pointer')

      // 点标记marker
      this.marker = new
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值