CitraClient.Schemas.GroundTrackPoint (citra_client v0.3.0)
View SourceA single point in a satellite's ground track.
Fields
:altitude—number()— Altitude above Earth's surface in kilometers:epoch—String.t()— Time of this position in ISO 8601 format:latitude—number()— Geodetic latitude in degrees (-90 to 90):longitude—number()— Geodetic longitude in degrees (0 to 360)
Summary
Functions
Build this struct from a decoded JSON map received from the API. Unknown fields are ignored.
Convert this struct into a map with the API's camelCase keys, ready
to be JSON-encoded. Fields whose value is nil are omitted.