Table of Contents

Class LocalizedText

Namespace
GoogleMapsApi.Entities.PlacesNew.Common
Assembly
GoogleMapsApi.dll

Localized variant of text in a particular language (Google's google.type.LocalizedText).

public sealed class LocalizedText
Inheritance
LocalizedText
Inherited Members

Properties

LanguageCode

BCP-47 language code of Text.

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

Property Value

string

Text

Localized string.

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

Property Value

string