Angular Google Maps ui-gmap-markers标签

时间:2015-07-06 13:41:13

标签: google-maps google-maps-api-3 angular-google-maps

我已经使用谷歌地图创建了角度应用程序。在地图上我显示标记。但对于我来说,如何创建一个将在点击(在引脚上)打开的标签仍然不明显。

请帮帮我

12345678-1

1 个答案:

答案 0 :(得分:1)

需要在<ui-gmap-windows>标记

中使用<ui-gmap-markers>标记
<ui-gmap-markers models="randomMarkers" coords="'self'" icon="'icon'" click="'onClick'">
    <ui-gmap-windows show="show">
        <div ng-non-bindable>{{title}}</div>
    </ui-gmap-windows>
</ui-gmap-markers>