GeoHash Properties |
The GeoHash type exposes the following members.
Name | Description | |
---|---|---|
![]() | Adjacent |
returns the 8 adjacent hashes for this one. They are in the following
order:
N, NE, E, SE, S, SW, W, NW
|
![]() | BoundingBox |
Get BoundingBox for this GeoHash |
![]() | BoundingBoxCenterPoint |
return the center of this s bounding box. this is rarely
the same point that was used to build the hash.
|
![]() | CharacterPrecision |
Returns the number of characters that represent this hash.
|
![]() | EasternNeighbour |
Nearest GeoHash Neighbor to the East
|
![]() | LongValue | |
![]() | NorthernNeighbour |
Nearest GeoHash Neighbor to the North
|
![]() | Point |
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.
|
![]() | SignificantBits |
how many significant bits are there in this ?
|
![]() | SouthernNeighbour |
Nearest GeoHash Neighbor to the South
|
![]() | WesternNeighbour |
Nearest GeoHash Neighbor to the West
|