Name | Description | |
---|---|---|
UnKnown | constant used for comparing to see if the location is unknown |
The following tables list the members exposed by SimpleLatLong.
Name | Description | |
---|---|---|
AccuracyRadiosKm | The Approximate accuracy of the location within the country | |
City | the city | |
Country | The country | |
IPAddress | Gets or sets the address if known or relevant. | |
Lat | latitude | |
Latitude | Latitude as GPS coordinates | |
Lng | longitude | |
Longitude | longitude as GPS coordinates | |
RecordedUtc | date entry was recorded |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified System.Object is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
Load | generate from csv header | |
ToCsv | CSV row | |
ToString | string representation |
Name | Description | |
---|---|---|
TryParse<T,TSender> | implements parsing to cast a type from string to a type |
Equality | Implements the == operator. |
Inequality | Implements the != operator. |