Show / Hide Table of Contents

Class LocationFilter

Location filters.

Specifies the area of interest for the insight.

Inheritance
object
LocationFilter
Implements
IMessage<LocationFilter>
IEquatable<LocationFilter>
IDeepCloneable<LocationFilter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AreaInsights.V1
Assembly: Google.Maps.AreaInsights.V1.dll
Syntax
public sealed class LocationFilter : IMessage<LocationFilter>, IEquatable<LocationFilter>, IDeepCloneable<LocationFilter>, IBufferMessage, IMessage

Constructors

LocationFilter()

Declaration
public LocationFilter()

LocationFilter(LocationFilter)

Declaration
public LocationFilter(LocationFilter other)
Parameters
Type Name Description
LocationFilter other

Properties

AreaCase

Declaration
public LocationFilter.AreaOneofCase AreaCase { get; }
Property Value
Type Description
LocationFilter.AreaOneofCase

Circle

Area as a circle.

Declaration
public LocationFilter.Types.Circle Circle { get; set; }
Property Value
Type Description
LocationFilter.Types.Circle

CustomArea

Custom area specified by a polygon.

Declaration
public LocationFilter.Types.CustomArea CustomArea { get; set; }
Property Value
Type Description
LocationFilter.Types.CustomArea

Region

Area as region.

Declaration
public LocationFilter.Types.Region Region { get; set; }
Property Value
Type Description
LocationFilter.Types.Region
In this article
Back to top Generated by DocFX