GeoPoint2D
Generally
| Property | Value |
|---|---|
| Description | An simplified geo point with lat and lon (WGS84). |
| Namespace | DoofesZeug.Entities.Science.Geographically.Coordinates |
| BaseClass | Entity |
| SourceCode | GeoPoint2D.cs |
Properties
Declared
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
| Latitude | Latitude | ✓ | ✓ | NULL |
| Longitude | Longitude | ✓ | ✓ | NULL |
Inherited
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
UML Diagram

Code Example
An example or code snippet follows soon.
Console Example
┌───────────┬────────────────────┐
│ Property │ Value │
├───────────┼────────────────────┤
│ Latitude │ 49.759646524258756 │
│ Longitude │ 6.644282639342397 │
└───────────┴────────────────────┘
JSON Example
{
"Latitude": 49.759646524258756,
"Longitude": 6.644282639342397
}
YAML Example
Latitude: {}
Longitude: {}