Class GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction
The region to search.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction : IDirectResponseSchema
Properties
Circle
A circle defined by 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 |