1

我想在使用绘图工具(多边形)绘制覆盖之前有一个事件。在这种情况下,我想清除任何以前的图纸。

4

2 回答 2

0

在咖啡脚本中

google.maps.event.addDomListener mapElement, 'click', (e) ->  
  if e?.target?.parentElement?.parentElement?.parentElement?.title == "Draw a shape"
    clearExistingShapes() # <-- your own code goes there

不是很优雅,但它在紧要关头工作。

于 2013-03-27T06:04:14.137 回答
0

不 :(

希望在未来。在撰写本文时,稳定版本为 3.32

于 2018-07-04T12:08:35.627 回答