Class Suggestion
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
A single autocomplete suggestion. Exactly one of PlacePrediction or QueryPrediction is populated.
public sealed class Suggestion
- Inheritance
-
Suggestion
- Inherited Members
Properties
PlacePrediction
Prediction for a specific place.
[JsonPropertyName("placePrediction")]
public PlacePrediction? PlacePrediction { get; set; }
Property Value
QueryPrediction
Prediction for a search query.
[JsonPropertyName("queryPrediction")]
public QueryPrediction? QueryPrediction { get; set; }