Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsAddressvalidationV1LanguageOptions

import type { GoogleMapsAddressvalidationV1LanguageOptions } from "https://googleapis.deno.dev/v1/addressvalidation:v1.ts";

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. Enables the Address Validation API to include additional information in the response.

interface GoogleMapsAddressvalidationV1LanguageOptions {
returnEnglishLatinAddress?: boolean;
}

§Properties

§
returnEnglishLatinAddress?: boolean
[src]

Preview: Return a [google.maps.addressvalidation.v1.Address] in English. See [google.maps.addressvalidation.v1.ValidationResult.english_latin_address] for details.