StructPointG
Struct
Represents a point in Geographic coordinate system, defined by Latitude and Longitude.
Definition
Namespace:Telerik.WinControls.UI.Map
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public struct PointG : IEquatable<PointG>
Implements:
Inherited Members
Constructors
PointG(double, double)
Initializes a new instance of the PointG struct.
Fields
Properties
Latitude
Gets or sets the latitude.
Declaration
cs-api-definition
public double Latitude { get; set; }
Property Value
The latitude.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides