Get the number of results in the search reply.
#include <geo_search.h>
geo_search_error_t geo_search_reply_get_length(const geo_search_reply_t *reply, int *length)
BlackBerry 10.0.0
The search reply.
The number of results in the reply.
See geo_search_reply_get_name() for an example of usage.
GEO_SEARCH_OK if successful. On error, returns GEO_SEARCH_ERROR_REPLY.