solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoDecodeLatitude
  
SaGeoDecodeLatitude
SaGeoDecodeLatitude returns the latitude of the center of a geohash block.
Synopsis
double SA_EXPORT_H SaGeoDecodeLatitude(char* gh)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
gh
in
Geohash string.
Return value
Latitude of the center of the given geohash value.
Go up to
solidDB SA: Function reference