OBJECT

GeoMarker

A marker used on a map.

link GraphQL Schema definition

  • type GeoMarker {
  • # Unique marker ID.
  • id: Int!
  • # The markers's label.
  • label: String!
  • # The geolocation for the marker.
  • geolocation: Geolocation!
  • }