Table of Contents

Class FilterLocation

Namespace
Textkernel.Tx.Models.API.Matching.Request
Assembly
Textkernel.Tx.SDK.dll

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

public class FilterLocation
Inheritance
FilterLocation
Inherited Members

Properties

CountryCode

The 2-letter ISO 3166 country code

public string CountryCode { get; set; }

Property Value

string

GeoPoint

The geocordinates to be used in the location

public GeoCoordinates GeoPoint { get; set; }

Property Value

GeoCoordinates

Municipality

The City/Municipality/Town

public string Municipality { get; set; }

Property Value

string

PostalCode

The Postal or Zip code

public string PostalCode { get; set; }

Property Value

string

Region

The Region/District/State

public string Region { get; set; }

Property Value

string