gpt4 book ai didi

iphone - 缩放 MKMapView 以适应折线点

转载 作者:IT王子 更新时间:2023-10-29 07:50:41 26 4
gpt4 key购买 nike

我有一个数组 allCollections,它包含用户通过我的 iOS 应用程序记录的以编程方式创建的 CLLocations 数组。 allCollections 中的每个子数组都包含一次旅行中的所有位置点。

我从 allCollections 的数组中的 CLLocations 中提取 MKPolylines 来表示 MKMapView 上的那些行程。我的问题是:将多段线添加到 map 后,我将如何以编程方式缩放和居中 map 以显示所有多段线?

最佳答案

-(void)zoomToPolyLine: (MKMapView*)map polyline: (MKPolyline*)polyline animated: (BOOL)animated
{
[map setVisibleMapRect:[polyline boundingMapRect] edgePadding:UIEdgeInsetsMake(10.0, 10.0, 10.0, 10.0) animated:animated];
}

关于iphone - 缩放 MKMapView 以适应折线点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13569327/

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