Group
Show / Hide Table of Contents

Class FilterLocation

A location used for filtering results by exact location or radius searching

Inheritance
System.Object
FilterLocation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FilterLocation

Properties

| Improve this Doc View Source

CountryCode

The 2-letter ISO 3166 country code

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GeoPoint

The geocordinates to be used in the location

Declaration
public GeoCoordinates GeoPoint { get; set; }
Property Value
Type Description
GeoCoordinates
| Improve this Doc View Source

Municipality

The City/Municipality/Town

Declaration
public string Municipality { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PostalCode

The Postal or Zip code

Declaration
public string PostalCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Region

The Region/District/State

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾