如何使十字标记始终可见(Google Map V3)

时间:2015-09-24 14:52:11

标签: javascript api google-maps icons visible

我希望google maps api v3中的这个小“X”(十字图标)设置始终可见,这也意味着当我没有拖动图标时。

现在只有在我拖动图标时才显示十字图标。

1 个答案:

答案 0 :(得分:0)

你可以使用

map.data.setStyle(function(feature) {
    return /** @type {google.maps.Data.StyleOptions} */({
     cursor : 'crosshair'
   });
});

或您喜欢的光标名称