Represents Geo Point.
See Also: Inherited members from ValueType.
|
Create KiiGeoPoint with given latitude and longitude. |
|
Equals
(KiiGeoPoint)Determines whether the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint. |
|
override
|
GetHashCode
()Serves as a hash function for a KiiCorp.Cloud.Storage.KiiGeoPoint object. |
Create KiiGeoPoint with given latitude and longitude.Syntax
Parameters
- latitude
- Latitude of the point in degrees. Valid if the value is greater than -90 degrees and less than +90 degrees.
- longitude
- Longitude of the point in degrees. Valid if the value is greater than -90 degrees and less than +90 degrees.
Exceptions
Type Reason ArgumentException Is thrown when an argument is invalid. Remarks
If latitude/longitude is out of dange, an exception will be thrown.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Determines whether the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint.Syntax
public bool Equals (KiiGeoPoint other)Parameters
- other
- The KiiCorp.Cloud.Storage.KiiGeoPoint to compare with the current KiiCorp.Cloud.Storage.KiiGeoPoint.
Returns
true if the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Serves as a hash function for a KiiCorp.Cloud.Storage.KiiGeoPoint object.Syntax
public override int GetHashCode ()Returns
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the latitude.Syntax
public double Latitude { get; }Value
The latitude.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the longitude.Syntax
public double Longitude { get; }Value
The longitude.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0