gpt4 book ai didi

ios - 如何将 NSValue 转换为 CLLocationCoordinate2D

转载 作者:行者123 更新时间:2023-11-28 23:47:08 27 4
gpt4 key购买 nike

如何将NSValue转换为CLLocationCoordinate2D

我在 (NSArray *)coordinateArray 中收到 NSValue,并且需要为数组中的每个 NSValue 获取 CLLocationCooperative2D .

最佳答案

Obj-C

#import <MapKit/MKGeometry.h> 

NSValue *coordinateValue;
CLLocationCoordinate2D coordinate = [coordinateValue MKCoordinateValue];

swift 4.x

let coordinateValue: NSValue = NSValue.init()
let coordinate: CLLocationCoordinate2D = coordinateValue.mkCoordinateValue

关于ios - 如何将 NSValue 转换为 CLLocationCoordinate2D,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52516415/

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