如何更改 infobubble 上的锚点

How to change the anchor on infobubble

有没有办法改变信息气泡的锚点?我希望信息气泡的点位于 26px x 26px 图标的顶部中心。

我正在为 JavaScript 3.0.12.0

使用地图 API

您可以使用 css:

  /*move the bubble 26px upwards*/
.H_ib{margin-top:-26px;}
  /*remove the ellipsis at the end of the tail when you want to*/
.H_ib_tail svg path:first-child{display:none;}