gpt4 book ai didi

ios - skmaps 如何放大导航中的当前位置

转载 作者:行者123 更新时间:2023-11-29 01:53:01 26 4
gpt4 key购买 nike

我在 map 上使用导航,我想在缩小时以我的位置为中心并放大(屏幕截图),我该怎么做?

我就是这样做的,但它不起作用:

-(IBAction)centrerAction:(id)sender

{

[self.skMap animateToLocation:userLocation.coordinate withDuration:0];
[self.skMap animateToZoomLevel:19];

感谢您的帮助。

enter image description here

最佳答案

我也试过了,没有成功。您还可以使用:

SKCoordinateRegion currentLocationRegion;
currentLocationRegion.center = [[SKPositionerService sharedInstance]currentCoordinate];
currentLocationRegion.zoomLevel = 19;

[self.skMap setVisibleRegion:currentLocationRegion];

关于ios - skmaps 如何放大导航中的当前位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31208455/

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