Class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestion
An Autocomplete suggestion result.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlacePrediction
A prediction for a Place.
Declaration
[JsonProperty("placePrediction")]
public virtual GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionPlacePrediction PlacePrediction { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionPlacePrediction |
QueryPrediction
A prediction for a query.
Declaration
[JsonProperty("queryPrediction")]
public virtual GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionQueryPrediction QueryPrediction { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionQueryPrediction |