Property |
Value |
Description |
An simplified geo point with lat, lon and alt (WGS84). |
Namespace |
DoofesZeug.Entities.Science.Geographically.Coordinates |
BaseClass |
Entity |
SourceCode |
GeoPoint3D.cs |
Name |
Type |
Read |
Write |
DefaultValue |
|
|
|
|
|

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