2020
09-24
09-24
vue项目使用高德地图的定位及关键字搜索功能的实例代码(踩坑经验)
1.首先在index.html引入高德地图的秘钥。如图:注意:如果使用关键字搜索功能要加上plugin=AMap.Autocomplete,AMap.PlaceSearch,否则功能无法使用,并会报错2.定位功能,代码如下:constmap=newAMap.Map(this.$refs.container,{resizeEnable:true})//创建Map实例constoptions={'showButton':true,//是否显示定位按钮'buttonPosition':'LB',//定位按钮的位置'buttonOffset':newAMap.Pi...
继续阅读 >