Location
Represents a geographical location.
Definition
Namespace:Telerik.Maui.Controls.ShapefileReader
Assembly:Telerik.Maui.Controls.dll
Syntax:
public struct Location
Constructors
Properties
Gets a value that represents an invalid Location structure.
public static Location Invalid { get; }
A Location structure with Latitude and Longitude values set to 0 is not empty. An empty Location structure has Latitude and Longitude values set to negative infinity. This is the only time a Location structure can have negative infinity values.
Gets a value that indicates whether this Location structure is empty.
public bool IsEmpty { get; }
A Location structure with Latitude and Longitude values set to 0 is not empty. An empty Location structure has Latitude and Longitude values set to negative infinity. This is the only time a Location structure can have negative infinity values.
Gets or sets the latitude value of the location.
public double Latitude { readonly get; set; }
Methods
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: