Class LocationFilter
Location filters. Specifies the area of interest for the insight.
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class LocationFilter : IDirectResponseSchema
Properties
Circle
Area as a circle.
Declaration
[JsonProperty("circle")]
public virtual Circle Circle { get; set; }
Property Value
Type | Description |
---|---|
Circle |
CustomArea
Custom area specified by a polygon.
Declaration
[JsonProperty("customArea")]
public virtual CustomArea CustomArea { get; set; }
Property Value
Type | Description |
---|---|
CustomArea |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Area as region.
Declaration
[JsonProperty("region")]
public virtual Region Region { get; set; }
Property Value
Type | Description |
---|---|
Region |