在Swift中将MKMapPoint转换为NSValue [英] Convert MKMapPoint to NSValue in Swift

查看:202
本文介绍了在Swift中将MKMapPoint转换为NSValue的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将MKMapPoint转换为NSValue。在Objective-C中,我可以使用以下语句:

I want to convert an MKMapPoint to a NSValue. In Objective-C i can do it with the following statement:

MKMapPoint point = MKMapPointForCoordinate(location.coordinate);
NSValue *pointValue = [NSValue value:&point withObjCType:@encode(MKMapPoint)];

我如何在Swift中做到这一点?
谢谢!

How can i do that in Swift? Thanks!

推荐答案

可悲的是,这在Swift中是不可能的。

Sadly this is currently not possible in Swift.

这篇关于在Swift中将MKMapPoint转换为NSValue的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆