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

Property Value

Type: GeoHash
See Also