Table of Contents

Class StructuredFormat

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

A prediction broken into main and secondary text for display.

public sealed class StructuredFormat
Inheritance
StructuredFormat
Inherited Members

Properties

MainText

Main (primary) text of the prediction.

[JsonPropertyName("mainText")]
public FormattableText? MainText { get; set; }

Property Value

FormattableText

SecondaryText

Secondary (subordinate) text of the prediction.

[JsonPropertyName("secondaryText")]
public FormattableText? SecondaryText { get; set; }

Property Value

FormattableText