gpt4 book ai didi

ios - map View 不关注注释

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

你好,我是 ios 的新手,使用来自服务器的纬度和经度在 map View 上显示注释。 我有一个 View Controller ,我在其中添加 map 并显示纬度和经度的位置。但我的问题是,每当我添加注释 map 时,每次我想要捏合 map View 时, map 都不会专注于它的注释,然后 map 将进入注释,我不知道为什么会这样?

zoomLocation.latitude = latmpa.doubleValue;
zoomLocation.longitude = logmpa.doubleValue;
annotationPoint = [[MKPointAnnotation alloc] init];
annotationPoint.coordinate = zoomLocation;
annotationPoint.title = @"masjid....";
[mapView selectAnnotation:annotationPoint animated:YES];

[mapView addAnnotation:annotationPoint];

here is my code adding in viewwillappera

最佳答案

您需要使用以下代码使 map 居中。

mapView.centerCoordinate = annotationPoint.coordinate;

关于ios - map View 不关注注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19614873/

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