Query geocodeAddress
Converts a text address into one matching map location with coordinates and complete city, postal code, and country components.
geocodeAddress(
query: String!
country: AddressCountry
): LocationSearchResult!
Converts a text address into one matching map location with coordinates and complete city, postal code, and country components.
geocodeAddress(
query: String!
country: AddressCountry
): LocationSearchResult!
geocodeAddress.query ● String! non-null scalargeocodeAddress.country ● AddressCountry enumLocationSearchResult object