Table of Contents

Class QueryPrediction

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

An autocomplete prediction for a search query (rather than a specific place).

public sealed class QueryPrediction
Inheritance
QueryPrediction
Inherited Members

Properties

StructuredFormat

Prediction split into main and secondary text.

[JsonPropertyName("structuredFormat")]
public StructuredFormat? StructuredFormat { get; set; }

Property Value

StructuredFormat

Text

Full text of the predicted query with match highlights.

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

Property Value

FormattableText