Struct Location
Defines a point in the geographic coordinate system.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public struct Location
Constructors
Location(Double, Double)
TODO: Add documentation.
Declaration
public Location(double latitude, double longitude)
Parameters
|
System.Double
latitude
|
|
System.Double
longitude
|
Fields
Empty
Zero
Properties
IsEmpty
TODO: Add documentation.
Declaration
public bool IsEmpty { get; }
Property Value
|
System.Boolean
|
Latitude
The latitude of the location.
Declaration
public double Latitude { get; set; }
Property Value
|
System.Double
|
Longitude
The longitude of the location.
Declaration
public double Longitude { get; set; }
Property Value
|
System.Double
|
Methods
Equals(Object)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Overrides
Equals(Location)
TODO: Add documentation.
Declaration
public bool Equals(Location location)
Parameters
|
Location
location
|
Returns
|
System.Boolean
|
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Overrides
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
Operators
Equality(Location, Location)
TODO: Add documentation.
Declaration
public static bool operator ==(Location x, Location y)
Parameters
|
Location
x
|
|
Location
y
|
Returns
|
System.Boolean
|