有誰知道如何獲得使用新繪圖庫構建的多邊形的頂點數組嗎? http://gmaps-samples-v3.googlecode.com/svn/trunk/drawing/drawing-tools.htmlGoogle Maps V3:多邊形頂點
我試圖與newShape.getPath().getArray()[0].lat()
,但這似乎是空
有誰知道如何獲得使用新繪圖庫構建的多邊形的頂點數組嗎? http://gmaps-samples-v3.googlecode.com/svn/trunk/drawing/drawing-tools.htmlGoogle Maps V3:多邊形頂點
我試圖與newShape.getPath().getArray()[0].lat()
,但這似乎是空
我沒有任何問題newShape.getPath().getArray()[0].lat()
。如果newShape
多邊形對象不爲空,並且頂點未從路徑中移除,則應起作用。
你也可以試試newShape.getPath().getAt(0).lat()
,它應該也可以。
代碼中必須存在其他一些問題。
好吧,我是一個白癡,謝謝你指出:) –
你可以發佈你的完整代碼嗎?我有同樣的問題來保存多邊形。 – 2012-01-25 22:32:59