缩放和调整谷歌地图V3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了缩放和调整谷歌地图V3相关的知识,希望对你有一定的参考价值。
Center the map on an array of latlng values
var latlngbounds = new google.maps.LatLngBounds(); for ( var i=0; i<route.length; i++ ){ latlngbounds.extend(route[i]); } map.setCenter( latlngbounds.getCenter(), map.fitBounds(latlngbounds));
以上是关于缩放和调整谷歌地图V3的主要内容,如果未能解决你的问题,请参考以下文章