OBJECT

SpatialThing

A physical mappable location.

link GraphQL Schema definition

  • type SpatialThing {
  • # Altitude.
  • alt: Float
  • canonicalUrl: String
  • displayUsername: String
  • geom: Json
  • id: ID!
  • inScopeOf: AnyContext
  • # Latitude.
  • lat: Float
  • # Longitude.
  • long: Float
  • # An address that will be recognized as mappable by mapping software.
  • mappableAddress: String
  • # An informal or formal textual identifier for a location. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • }