Class FilterLocation
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
GeoPoint
The geocordinates to be used in the location
public GeoCoordinates GeoPoint { get; set; }
Property Value
Municipality
The City/Municipality/Town
public string Municipality { get; set; }
Property Value
PostalCode
The Postal or Zip code
public string PostalCode { get; set; }
Property Value
Region
The Region/District/State
public string Region { get; set; }