OBJECT

Point

link GraphQL Schema definition

  • type Point {
  • # Latitude of the geographic point
  • lat: Float
  • # Longitude of the geographic point
  • lon: Float
  • }