Check whether the specified search boundary is valid.
#include <geo_search.h>
int geo_search_boundary_valid(geo_search_boundary_t boundary)
BlackBerry 10.0.0
The boundary to check.
A boundary is valid if it is one of the values from geo_search_boundary_t.
This is a convenience function intended for use with geo_search_boundary_next().
GEO_SEARCH_BOUNDARY_NONE if not valid, a valid search boundary otherwise.