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.
我有一个 MapView 并在 onCreate() 方法中实例化了一个 ItemizedOverlayItem。我的问题是,我想将它集中在屏幕上,而不是地图上的 GeoPoint。有没有办法做到这一点?另外,有没有办法检索 OverlayItem 的相对 MapPosition?
非常感谢您!
使用下面的线移动到地图的中心。
mapView.animateTo(point);
上述点将位于地图视图的中心。