solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoHashToBoundary
  
SaGeoHashToBoundary
SaGeoHashToBoundary returns the northern, eastern, western and southern edges of a given geohash block in a comma-separated string.
Synopsis
SaDynStrT SA_EXPORT_H SaGeoHashToBoundary(char* gh)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
gh
in
Geohash string.
Return value
Lines of longitude and latitude of the northern, eastern, western and southern edges of the given geohash value.
Go up to
solidDB SA: Function reference