CLLocation.Description Method

Definition

Caution

Use the 'Description' property from 'NSObject'.

A formatted string describing the location.

[System.Obsolete("Use the 'Description' property from 'NSObject'.")]
public virtual string Description ();
abstract member Description : unit -> string
override this.Description : unit -> string

Returns

"< {Latitude}, {Longitude}> +/- {Accuracy}m (speed {Speed} kph / heading {Heading}) @ {TimeStamp}"

Attributes

Applies to