gpt4 book ai didi

安卓 map View : Event for animateTo is finished?

转载 作者:太空宇宙 更新时间:2023-11-03 13:03:09 25 4
gpt4 key购买 nike

animateTo() 有什么 Activity 吗?在android的MapView中完成?

我不是说手动卷轴,我是说animateTo() - 从我的代码或 animateTo() 调用-通过更改 myLocation 引起的调用如果myLocation启用了吗?

谢谢

最佳答案

是的,有一个 animateTo 接受一个 Runnable 参数。您可以以这种方式使用它:

    mapController.animateTo(geoPoint,
new Runnable() {

@Override
public void run() {
// your code
}
});

关于安卓 map View : Event for animateTo is finished?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8140912/

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