Click or drag to resize

GeoHash Properties

The GeoHash type exposes the following members.

Properties
  NameDescription
Public propertyAdjacent
returns the 8 adjacent hashes for this one. They are in the following order: N, NE, E, SE, S, SW, W, NW
Public propertyBoundingBox
Get BoundingBox for this GeoHash
Public propertyBoundingBoxCenterPoint
return the center of this s bounding box. this is rarely the same point that was used to build the hash.
Public propertyCharacterPrecision
Returns the number of characters that represent this hash.
Public propertyEasternNeighbour
Nearest GeoHash Neighbor to the East
Public propertyLongValue
Int64 representation of this GeoHash
Public propertyNorthernNeighbour
Nearest GeoHash Neighbor to the North
Public propertyPoint
returns the that was originally used to set up this. If it was built from a base32-, this is the center point of the bounding box.
Public propertySignificantBits
how many significant bits are there in this ?
Public propertySouthernNeighbour
Nearest GeoHash Neighbor to the South
Public propertyWesternNeighbour
Nearest GeoHash Neighbor to the West
Top
See Also