Skip to main content

Geolocation

No description

type Geolocation {
display: String!
latitude: Float!
longitude: Float!
}

Fields

Geolocation.display ● String! non-null scalar

A human-readable description or name for the location.

Geolocation.latitude ● Float! non-null scalar

The latitude coordinate of the geographic location.

Geolocation.longitude ● Float! non-null scalar

The longitude coordinate of the geographic location.

Returned By

findLocation query

Member Of

ActivityEntry object ● ActivityWorkItem object ● ClientPoolEntry object ● ClientPoolWorkItem object ● ResidentialPark object ● SingleClientEntry object ● SingleClientWorkItem object ● TourEntry interface ● TourWorkItem interface