如何为角度谷歌地图自定义infoBox(ui-gmap-windows)样式?

时间:2015-04-10 17:02:08

标签: javascript angularjs google-maps angular-google-maps

我想知道如何自定义ui-gmap-windows风格,默认是一个空白的白色方块,如果我想要一个带有消息的心脏怎么样?我知道如何更改ui-gmap-windows的内容,但我怎样才能更改样式?

<ui-gmap-google-map center="map.center" zoom="map.zoom" draggable="true" options="options">
        <ui-gmap-markers clusterOptions="clusterOpt" doCluster="true" models="markers" coords="'self'" icon="'icon'" idKey="'idKey'">
            <ui-gmap-windows <!--How to change style? --> >
                <div >Here I can change the content</div>
            </ui-gmap-windows>
        </ui-gmap-markers>
</ui-gmap-google-map>

我小提琴会帮助很多= D

0 个答案:

没有答案