Table of Contents

Class LanguageOptions

Namespace
GoogleMapsApi.Entities.AddressValidation.Request
Assembly
GoogleMapsApi.dll

Optional language preferences applied to the validation response. Currently only controls whether Google returns a transliterated English/Latin form of the address.

public sealed class LanguageOptions
Inheritance
LanguageOptions
Inherited Members

Properties

ReturnEnglishLatinAddress

If true, also returns the validated address in English using the Latin script (populated in result.englishLatinAddress).

[JsonPropertyName("returnEnglishLatinAddress")]
public bool ReturnEnglishLatinAddress { get; set; }

Property Value

bool