Represents a Geocode location specified by latitude and longitude coordinates.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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 |