Gets the longitude of the reference point for a geocode sort key. It is an error to call this method if GetType() != GEOCODE_SORT_KEY.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual double GetReferenceLongitude()
Visual Basic
Public Overridable Function GetReferenceLongitude As Double
Visual C++
public:
virtual double GetReferenceLongitude()

Return Value

double - The longitude of the reference point. Positive values represent east longitude and negative values represent west longitude.

See Also