englishLatinAddress property
Preview: This feature is in Preview (pre-GA).
Pre-GA products and features might have limited support, and changes to
pre-GA products and features might not be compatible with other pre-GA
versions. Pre-GA Offerings are covered by the
Google Maps Platform Service Specific Terms.
For more information, see the
launch stage descriptions.
The address translated to English. Translated addresses are not reusable
as API input. The service provides them so that the user can use their
native language to confirm or deny the validation of the
originally-provided address. If part of the address doesn't have an
English translation, the service returns that part in an alternate
language that uses a Latin script. See
here
for an explanation of how the alternate language is selected. If part of
the address doesn't have any translations or transliterations in a
language that uses a Latin script, the service returns that part in the
local language associated with the address. Enable this output by using
the
[google.maps.addressvalidation.v1.LanguageOptions.return_english_latin_address]
flag. Note: the
[google.maps.addressvalidation.v1.Address.unconfirmed_component_types]
field in the english_latin_address
and the
[google.maps.addressvalidation.v1.AddressComponent.confirmation_level]
fields in english_latin_address.address_components
are not populated.
Implementation
GoogleMapsAddressvalidationV1Address? englishLatinAddress;