Retrieve the latitude of the result at the current index in the reply.
#include <geo_search.h>
geo_search_error_t geo_search_reply_get_lat(geo_search_reply_t *reply, double *lat)
BlackBerry 10.0.0
The search reply.
The resultant latitude, relative to the WGS84 datum.
The latitude is given in decimal degrees, within the range of -90.0 to +90.0. For a reverse geocode search the resultant latitude may be the same as the search latitude.
See geo_search_reply_get_name() for an example of usage.
GEO_SEARCH_OK if successful. On error, returns GEO_SEARCH_ERROR_REPLY.