CLLocation.Description Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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