Angular Google 地图:适合="true" 中心显示信息窗口

Angular Google Maps : fit="true" recenters to show infowindow

<ui-gmap-google-map center="mapView.viewPort.center" zoom="mapView.viewPort.zoom" options="mapView.options">

                                <ui-gmap-markers fit="true" models="mapView.markers.notes" coords="'self'" idkey="'id'" doCluster="true" clusterOptions={maxZoom:20,averageCenter:true,styles:[{url:'http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m5.png',height:90,width:90},]} icon="'icon'">
                                    <ui-gmap-windows templateUrl="'template'" templateParameter="'templateParam'">
                                    </ui-gmap-windows>
                                </ui-gmap-markers>
</ui-gmap-google-map>

问题已通过使用旧版本的 angular google 地图解决,这是 2.1.3 以上版本的问题,其中它不能正确支持图标属性中的更多详细信息url。 我在github上提出了一个对应的问题,url是:

https://github.com/angular-ui/angular-google-maps/issues/1785