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
SecondaryText
Secondary (subordinate) text of the prediction.
[JsonPropertyName("secondaryText")]
public FormattableText? SecondaryText { get; set; }