我只是尝试让MonoTouch对CoreLocation似乎已实现而不是CLLocationDegrees
感到好奇。有.net替代品吗?
最佳答案
CLLocationDegrees
只是double
,请参阅documentation。
在Xamarin.iOS中,我们直接使用System.Double
类型,因此您可以使用任何提供的System.Math
方法,第三方数学代码,扩展方法...,而不必(甚至隐式地)强制转换值。
关于.net - MonoTouch中的CLLocationDegrees在哪里?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17655469/