Class EditorialSummary
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
A short, editorial summary of a place.
public sealed class EditorialSummary
- Inheritance
-
EditorialSummary
- Inherited Members
Properties
LanguageCode
BCP-47 language code of Text.
[JsonPropertyName("languageCode")]
public string? LanguageCode { get; set; }
Property Value
Text
The summary text.
[JsonPropertyName("text")]
public string? Text { get; set; }