solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoDecodePrecision
  
SaGeoDecodePrecision
SaGeoDecodePrecision returns the precision of the geohash block.
Synopsis
unsigned int SA_EXPORT_H SaGeoDecodePrecision(char* gh)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
gh
in
Geohash string.
Return value
An integer an between 1 and 23 indicating the precision of the given geohash value (1 is least precise, 23 is most precise).
Go up to
solidDB SA: Function reference