Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.6 KB

File metadata and controls

76 lines (52 loc) · 1.6 KB

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

GeoPoint2D.png


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: {}