taketo

画圈:

circle = new BMap.Circle(new BMap.Point(lg, lt), 2000, { fillColor: "blue", strokeWeight: 1, fillOpacity: 0.2, strokeOpacity: 0.2 });//半径2公里瞄点

map.addOverlay(circle)

利用map.setMapStyle方法个性化,如:

map.setMapStyle({
styleJson: [{
"featureType": "poi",
"elementType": "all",
"stylers": {
"color": "#ffffff",
"visibility": "off"
}
}]
});

 

分类:

技术点:

相关文章:

  • 2021-11-18
  • 2021-10-24
  • 2021-12-18
  • 2021-06-26
  • 2021-10-08
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案