gpt4 book ai didi

iphone - MKMapView 是否有自己的位置管理器?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:31:13 24 4
gpt4 key购买 nike

我创建了一个 CLLocationManager,并从中接收 gps 更新,但我怀疑 mapview 是否有自己的位置管理器,在那种情况下会有两个位置管理器,对吗?这是否会影响我的申请?如果它有自己的位置管理器

最佳答案

MKMapView 有自己的位置管理器。这就是为什么你可以像这样直接在 map 上显示用户位置 myMapView.showsUserLocation=YES;

为什么要在 MKMapView 中使用单独的位置管理器?您可以通过这种方式捕获当前用户位置。

        CLLocationCoordinate2D location = [[myMapView userLocation] location].coordinate;
double currentLat = location.latitude;
double currentLong = location.longitude;

我也不认为在 MKMapView 中使用单独的位置管理器会导致任何问题。

关于iphone - MKMapView 是否有自己的位置管理器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14251954/

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