Show / Hide Table of Contents

Class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestion

An Autocomplete suggestion result.

Inheritance
object
GoogleMapsPlacesV1AutocompletePlacesResponseSuggestion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX