android高德地图自定义定位按钮,浏览器精确定位-定位点自定义

自定义定位点图标

html,body,#container{

height:100%;

}

//初始化地图对象,加载地图

var map = new AMap.Map('container', {

resizeEnable: true

});

var options = {

'showButton': true,//是否显示定位按钮

'buttonPosition': 'LB',//定位按钮的位置

/* LT LB RT RB */

'buttonOffset': new AMap.Pixel(10, 20),//定位按钮距离对应角落的距离

'showMarker': true,//是否显示定位点

'markerOptions':{//自定义定位点样式,同Marker的Options

'offset': new AMap.Pixel(-18, -36),

'content':'7eb2ddd81d1acce2827df275ef991825.png'

},

'showCircle': true,//是否显示定位精度圈

'circleOptions': {//定位精度圈的样式

'strokeColor': '#0093FF',

'noSelect': true,

'strokeOpacity': 0.5,

'strokeWeight': 1,

'fillColor': '#02B0FF',

'fillOpacity': 0.25

}

}

AMap.plugin(["AMap.Geolocation"], function() {

var geolocation = new AMap.Geolocation(options);

map.addControl(geolocation);

geolocation.getCurrentPosition()

});

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值