Type LocationSearchResult
No description
type LocationSearchResult {
providerLocationId: String!
label: String!
coordinates: Coordinates!
components: GeocodingAddressComponents!
timezone: String
resultType: String
provider: GeocodingProvider!
}