solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoNeighborhood
  
SaGeoNeighborhood
SaGeoNeighborhood returns the list of geohash blocks that surround the given geohash block in all eight directions.
Synopsis
SaDynStrT SA_EXPORT_H SaGeoNeighborhood(char* gh)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
gh
in
Geohash string.
Return value
A string of comma-separated geohash values.
Go up to
solidDB SA: Function reference