solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoNeighbourhoodToBoundary
  
SaGeoNeighbourhoodToBoundary
SaGeoNeighbourhoodToBoundary returns the northern, eastern, western and southern edges of the neighborhood of a given geohash block. The neighborhood consists of the eight geohash blocks that border the given geohash block. The boundary is returned as comma-separated string.
Synopsis
SaDynStrT SA_EXPORT_H SaGeoNeighbourhoodToBoundary(char* gh)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
gh
in
Geohash string.
Return value
Boundary defined by the northern, eastern, western and southern edges of the neighborhood of the given geohash value.
Go up to
solidDB SA: Function reference