Class GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction
The region to search. The results will be restricted to the specified region.
Implements
Inherited Members
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 |