Search Results for

    Show / Hide Table of Contents

    Class GeoDistanceFilter

    Filters within the radius of the distance from a location

    Inheritance
    System.Object
    FilterBase
    GeoDistanceFilter
    Inherited Members
    FilterBase.FromExpression<TObject>(Expression<Func<TObject, Object>>, String, Analyzer)
    FilterBase.FromExpression<TObject>(Expression<Func<TObject, TranslatedStringDictionary>>, String, String, Boolean)
    FilterBase.FromExpression<TObject>(Expression<Func<TObject, Object>>, String[])
    FilterBase.FromExpression<TObject>(Expression<Func<TObject, Object>>, Analyzer, String[])
    FilterBase.FromExpression<TObject>(Expression<Func<TObject, TranslatedStringDictionary>>, String, IEnumerable<String>)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class GeoDistanceFilter : FilterBase

    Properties

    Distance

    The distance in meters from the point of origin.

    Declaration
    public double Distance { get; set; }
    Property Value
    System.Double

    Field

    The field's name to execute the filter on. It is composed by the field ids of the hierarchy joined with "."
    (i.e. personLayer.address.street).

    Declaration
    public string Field { get; set; }
    Property Value
    System.String

    Location

    The point of origin to calculate the distance from (latitude/longitude).

    Declaration
    public GeoLocation Location { get; set; }
    Property Value
    GeoLocation

    Methods

    FromJson(String)

    Declaration
    public static GeoDistanceFilter FromJson(string data)
    Parameters
    System.String data

    Returns
    GeoDistanceFilter

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX