Endeca Presentation API
ERecSortKey Constructor (name, isAscending, lat, lon)
NamespacesEndeca.NavigationERecSortKeyERecSortKeyERecSortKeyNew(String, Boolean, Double, Double)
Create a new geocode sort key that specifies a sort on a geocode property, the reference geocode and the order with which to sort with regard to that property.
Declaration Syntax
C#Visual BasicVisual C++
public ERecSortKey(
	string name,
	bool isAscending,
	double lat,
	double lon
)
Public Sub New ( _
	name As String, _
	isAscending As Boolean, _
	lat As Double, _
	lon As Double _
)
public:
ERecSortKey (
	String^ name, 
	bool isAscending, 
	double lat, 
	double lon
)
Parameters
name (String)
The name to assign to the sort key.
isAscending (Boolean)
A bool specifying whether this sort key is ascending.
lat (Double)
The latitude of the reference point for this geocode sort key.
lon (Double)
The longitude of the reference point for this geocode sort key.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0