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.
使用谷歌地图 API 有点困惑,这两者之间到底有什么区别。为什么我不能对 LatLngBounds 使用与 LatLng 相同的坐标?
它们是不同的东西。LatLng 是一个地理点。LatLngBounds 是由两个点(西南角和东北角)定义的矩形区域。
google.maps.LatLng
LatLng 是地理坐标中的一个点:纬度和经度。
google.maps.LatLngBounds
LatLngBounds 实例表示地理坐标中的一个矩形,包括一个穿过 180 度纵向子午线的矩形。