GeoLocationType
This Type is defined by the Open Street Map Response
type GeoLocationType {
id: ID!
name: String
latitude: Float
longitude: Float
address: GeoAddressType
}
Fields
GeoLocationType.id ● ID! non-null scalar
The ID of an object
GeoLocationType.name ● String scalar
GeoLocationType.latitude ● Float scalar
GeoLocationType.longitude ● Float scalar
GeoLocationType.address ● GeoAddressType object
Returned by
locationByDetailedAddress query
Member of
FolderType object ● ViewerGeoLocationConnectionEdge object