Represents a Geocode location specified by latitude and longitude coordinates.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class Geocode : IEquatable<Geocode>, 
	INotifyPropertyChanged
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Geocode _
	Implements IEquatable(Of Geocode), INotifyPropertyChanged
Visual C++
[SerializableAttribute]
public ref class Geocode : IEquatable<Geocode^>, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.Geocode

See Also