請幫助我,我生成用核心阿賈克斯多個標記,默認的標記顯示良好,但要添加而不是默認的紅色標記自定義標記如何使用Google Api在Polymer-Project中更改標記圖標?
<template repeat="{{x in views}}">
<google-map-marker latitude="{{x.lat}}" longitude="{{x.long}}"
draggable="false">
<img src="1.png" height="20px" width="20px">
</google-map-marker>
</template>
在本教程中提到
this但不工作
教程說,使用圖標屬性添加指定的圖標:標記與信息窗口(兒童創建窗口的內容),在<谷歌地圖的內容-marker>將是點擊標記後顯示的面板的內容。 – supita 2015-03-03 01:24:17