Interface for an object that can apply post-processing to returned locations.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public interface ILocationFilter
Visual Basic (Declaration)
Public Interface ILocationFilter
Visual C++
public interface class ILocationFilter

Remarks

If present, GetLocationAPI passes all new locations returned by the server through this filter.

See Also