returns the 8 adjacent hashes for this one. They are in the following
order:
N, NE, E, SE, S, SW, W, NW
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic GeoHash[] Adjacent { get; }
Public ReadOnly Property Adjacent As GeoHash()
Get
public:
property array<GeoHash^>^ Adjacent {
array<GeoHash^>^ get ();
}
member Adjacent : GeoHash[] with get
Property Value
Type:
GeoHash
See Also