Show / Hide Table of Contents

Class GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction

The region to search. The results will be restricted to the specified region.

Inheritance
object
GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction
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 GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction : IDirectResponseSchema

Properties

Circle

A circle defined by a center point and radius.

Declaration
[JsonProperty("circle")]
public virtual GoogleMapsPlacesV1Circle Circle { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1Circle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Rectangle

A viewport defined by a northeast and a southwest corner.

Declaration
[JsonProperty("rectangle")]
public virtual GoogleGeoTypeViewport Rectangle { get; set; }
Property Value
Type Description
GoogleGeoTypeViewport

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX