CLLocationCoordinate2D.IsValid 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.
Whether the coordinate is valid.
public bool IsValid ();
member this.IsValid : unit -> bool
Returns
Remarks
This method will return false if the latitude is greater than 90 or less than -90. It will also return false if longitude is greater than 180 or less than -180.