Skip to main content

GeoPoint

The GeoPoint entity indexes latitude/longitude coordinate pairs with a unique ID according to the grid defined in the LibGeoWebCoordinate library:

{% code title="GeoPoint" %}

id: ID!
lon: BigDecimal!
lat: BigDecimal!

{% endcode %}

GeoPoint IDs define the four corners of Geo Web Coordinates in the GeoWebCoordinate entity.