equivalent of getbounds
What is the equivalent o开发者_JAVA百科f map.getbounds() with the V3 ? I suppose I must use b = new google.maps.LatLngBounds(pt1,pt2) with pt1 and pt2 the origin and the end of the map ?
It is map.getBounds()
See http://code.google.com/apis/maps/documentation/javascript/reference.html#Map
精彩评论