I am setting multiple markers on my map and I can set statically the zoom levels and the center but what I want is, to cover all the markers and zoom as much as possible having all markets visible(我在地图上设置了多个标记,我可以静态设置缩放级别和中心,但我想要的是,覆盖所有标记并尽可能缩放所有市场可见)
Available methods are following(可用的方法如下)
setZoom(zoom:number)
and(和)
setCenter(latlng:LatLng)
Neither setCenter
supports multiple location or Location array input nor setZoom
does have this type of functionality(setCenter
既不支持多个位置或位置数组输入,也不支持setZoom
具有此类功能)
ask by Trikaldarshi translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…