Gets the latitude 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.3.0.0 (6.3.0.853)

Syntax

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

Return Value

double - The latitude of the reference point. Positive values represent north latitude and negative values represent south latitude.

See Also