Click or drag to resize

GeoHashAdjacent Property

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)
Syntax
public GeoHash[] Adjacent { get; }

Property Value

Type: GeoHash
See Also