Skip to content

Commit

Permalink
Merge pull request #16 from observerly/feature/common/GeographicCoord…
Browse files Browse the repository at this point in the history
…inate

feat: add type GeographicCoordinate struct to common module in @observerly/sidera.
  • Loading branch information
michealroberts authored May 1, 2024
2 parents e58bd5a + 58d0a54 commit e414719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ type EquatorialCoordinate struct {
}

/*****************************************************************************************************************/

type GeographicCoordinate struct {
Latitude float64
Longitude float64
Elevation float64
}

/*****************************************************************************************************************/

0 comments on commit e414719

Please sign in to comment.