高德地图定位点缩放偏移问题

const Marker = new mapObj.AMap.Marker({

position: new mapObj.AMap.LngLat(element.longitude, element.latitude),

icon: icon,

offset: new mapObj.AMap.Pixel(-38, -40),

location: element.longitude + "," + element.latitude,

});

new mapObj.AMap.Pixel(-38, -40), x设置图片一半的负值 y设为高的负值

相关推荐
浪浪山小白兔几秒前
HTML5 常用事件详解
前端·html·html5
MSTcheng.4 分钟前
C语言操作符(上)
c语言·开发语言
DevOpsDojo12 分钟前
HTML语言的数据结构
开发语言·后端·golang
懒大王爱吃狼13 分钟前
Python绘制数据地图-MovingPandas
开发语言·python·信息可视化·python基础·python学习
数据小小爬虫17 分钟前
如何使用Python爬虫按关键字搜索AliExpress商品:代码示例与实践指南
开发语言·爬虫·python
Python大数据分析@18 分钟前
通俗的讲,网络爬虫到底是什么?
前端·爬虫·网络爬虫
好一点,更好一点32 分钟前
systemC示例
开发语言·c++·算法
不爱学英文的码字机器35 分钟前
[操作系统] 环境变量详解
开发语言·javascript·ecmascript
Lysun00139 分钟前
vue2的$el.querySelector在vue3中怎么写
前端·javascript·vue.js
martian66539 分钟前
第17篇:python进阶:详解数据分析与处理
开发语言·python