Skip to main content

LocationPost

Represents a geographical area

type LocationPost {
id: ID!
timestamp: DateTime!
latitude: Float!
longitude: Float!
radius: Float!
}

Fields​

id (ID!)​

ID of the location post

timestamp (DateTime!)​

DateTime of when the location post was measured

latitude (Float!)​

Latitude of the center of the accuracy radius

longitude (Float!)​

Longitude of the center of the accuracy radius

radius (Float!)​

accuracy radius in meters of the latitude and longitude values