Table of Contents

Class ComponentName

Namespace
GoogleMapsApi.Entities.AddressValidation.Response
Assembly
GoogleMapsApi.dll

Localized text content of an address component.

public sealed class ComponentName
Inheritance
ComponentName
Inherited Members

Properties

LanguageCode

BCP-47 language code of Text.

[JsonPropertyName("languageCode")]
public string? LanguageCode { get; set; }

Property Value

string

Text

The component value, localized to LanguageCode.

[JsonPropertyName("text")]
public string? Text { get; set; }

Property Value

string