Table of Contents

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

string

Text

The summary text.

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

Property Value

string