Show / Hide Table of Contents

Class LocationFilter

Location filters. Specifies the area of interest for the insight.

Inheritance
object
LocationFilter
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX