gpt4 book ai didi

ios - WhirlyGlobe 初始旋转偏移

转载 作者:行者123 更新时间:2023-11-28 15:44:40 26 4
gpt4 key购买 nike

当我初始化并显示 Whirlyglobe 时在我的 Swift 应用程序中,旋转偏移了 90 度,始终在其一侧显示地球。

Whirly screenshot

我想从南北方向开始。有谁知道如何解决这个问题?

最佳答案

您可以使用 – animateToPosition:time: 一旦您设置了地球仪或 map 。我建议在设置地球仪后延迟执行此方法。例如在 Objective-C 中:

// Your code to setup WhirlyGlobeViewController...

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.000001 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
MaplyCoordinate coords = MaplyCoordinateMakeWithDegrees(0, 0);
[self.globe animateToPosition:coords height:2.0 heading:0 time:1];
});

关于ios - WhirlyGlobe 初始旋转偏移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43288158/

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