2014-12-27 91 views
0

有聚合物使用谷歌地圖,例如高分子谷歌地圖

<google-map latitude="37.77493" longitude="-122.41942" fitToMarkers> 
    <google-map-marker latitude="37.779" longitude="-122.3892" 
     draggable="true" title="Go Giants!"></google-map-marker> 
    <google-map-marker latitude="37.777" longitude="-122.38911"></google-map-marker> 
</google-map> 

從這個你怎麼互動與地圖例如/接口移動中心或使用其他API函數的例子嗎? 在標準聚合物格式的腳本部分使用var mapElement = document.querySelector('google-map');只是未定義。 謝謝 肖恩

回答

1

我發現現在的答案是有道理的我知道,因爲文檔只是身體而不是模板的內容。

var mapElement = this.shadowRoot.getElementById('google_map'); 

希望我可以做任何我需要的mapElement。