Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不太明白Google Maps的google.maps.LatLngBounds.isEmpty功能是如何工作的。什么定义 aLatLngBounds是否为空?是否LatLngBounds以某种方式记录了地图上的所有矢量和点,并检查是否有任何位于边界框中?
google.maps.LatLngBounds.isEmpty
LatLngBounds
我对此很好奇,因为我正在开发OpenLayers和Google Maps之间的接口,并且没有对象的isEmpty方法OpenLayers.Bounds。
isEmpty
OpenLayers.Bounds
似乎检查边界是否真的代表一个有效的边界(至少包含一个 SW 和一个 NE 点)
http://jsfiddle.net/k5zH9/1/