Struct LatLng
A struct that has a latitude and longitude.
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public struct LatLng
Constructors
LatLng(Double, Double)
Constructor a new LatLng structure
Declaration
public LatLng(double latitude, double longitude)
Parameters
Type | Name | Description |
---|---|---|
System.Double | latitude | |
System.Double | longitude |
Properties
Latitude
Gets or sets a latitude degrees.
Declaration
public double Latitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Gets or sets a longitude degrees.
Declaration
public double Longitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
Operators
Equality(LatLng, LatLng)
Declaration
public static bool operator ==(LatLng left, LatLng right)
Parameters
Type | Name | Description |
---|---|---|
LatLng | left | |
LatLng | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(LatLng, LatLng)
Declaration
public static bool operator !=(LatLng left, LatLng right)
Parameters
Type | Name | Description |
---|---|---|
LatLng | left | |
LatLng | right |
Returns
Type | Description |
---|---|
System.Boolean |