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: 11.1.0.0 (11.1.0)
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