【发布时间】:2017-05-18 19:17:36
【问题描述】:
有没有办法像 Google Maps LatLngBounds 一样在 Open Street Maps android 中绑定地理点?
【问题讨论】:
标签: android google-maps openstreetmap osmdroid geopoints
有没有办法像 Google Maps LatLngBounds 一样在 Open Street Maps android 中绑定地理点?
【问题讨论】:
标签: android google-maps openstreetmap osmdroid geopoints
osmdroid 有一个BoundingBox.fromGeoPoints() 方法,它接受IGeoPoint 对象的列表并返回一个BoundingBox 对象。
【讨论】: