solidDB Help : solidDB reference : solidDB SA: Function reference : SaGeoEncode
  
SaGeoEncode
SaGeoEncode converts longitude and latitude co-ordinates to a geohash block.
Synopsis
SaDynStrT SA_EXPORT_H SaGeoEncode(double latitude, double longitude, unsigned int precision)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
latitude
in
Latitude of location.
longitude
in
Longitude of location
precision
in
Precision of geohash
Return value
Valid Geohash string based on given coordinates.
Go up to
solidDB SA: Function reference