geo_search_free_reply()

Free any resources associated with a geo_search reply.

Synopsis:

#include <geo_search.h>
void geo_search_free_reply(geo_search_reply_t *reply)

Since:

BlackBerry 10.0.0

Arguments:

reply

The reply to free.

Library:

libgeo_search (For the qcc command, use the -l geo_search option to link against this library)

Description:

Calling a geocoding or reverse geocoding function provides a geo_search reply. When done with the reply geo_search_free_reply() must be called to free it.

Returns: