标签: .net ios xamarin.ios core-location xamarin
我刚刚尝试了MonoTouch,想知道CoreLocation似乎已经实现了,而不是CLLocationDegrees。是否有.net替换?
CLLocationDegrees
答案 0 :(得分:1)
CLLocationDegrees只是double,请参阅documentation。
double
在Xamarin.iOS中,我们直接使用System.Double类型,因此您可以使用任何提供的System.Math方法,第三方数学代码,扩展方法......而无需(甚至隐式)对类值进行类型转换
System.Double
System.Math