CLLocation.Description 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use the 'Description' property from 'NSObject'.
描述位置的格式化字符串。
[System.Obsolete("Use the 'Description' property from 'NSObject'.")]
public virtual string Description ();
abstract member Description : unit -> string
override this.Description : unit -> string
返回
“< {Latitude}, {Longitude}> +/- {Accuracy}m (速度 {Speed} kph / 标题 {Heading}) @ {TimeStamp}”
- 属性