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.
我在我的 Android 上使用谷歌地图 v2 应用程序。我想知道是否有办法只显示特定国家的地图,比如法国。
我尝试使用LatLngBounds然后计算新的 LatLngBounds 但这是为了防止相机出国,这是一种很好的海岸解决方案。
在当前的 Google Maps API 中,没有这样的功能。
据我所知,LatLngBounds 是最好的选择。