gpt4 book ai didi

安卓; MapView,如何设置默认位置?

转载 作者:IT老高 更新时间:2023-10-28 23:29:12 26 4
gpt4 key购买 nike

在 android 中使用 MapView,如何设置默认位置,以便每次加载此应用程序时,它会自动将位置居中/缩放到伦敦?

最佳答案

首先,获取给定 map 的 Controller :

MapController myMapController = myMapView.getController();

然后调用:

myMapController.setCenter(new GeoPoint())

这会将 map 的中心设置在给定的 GeoPoint 上。

查看 MapView 的文档和 MapController了解更多信息

关于安卓; MapView,如何设置默认位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3600027/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com