Skip to Content
GraphQL Scalars

Longitude

A field whose value is a valid decimal degrees longitude number (53.471).

The input value can be either in decimal (53.471) or sexagesimal (53° 21’ 16”) format.

The output value is always in decimal format (53.471).

The maximum decimal degrees’ precision is 8. See Decimal Degrees Precision for more information.

💡
This scalar is inspired by Geolib.
Last updated on