Indicate whether the fix type from a GEOLOCATION_INFO event is valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_fix_type_valid(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event that contains the fix type whose validity you want to determine.
The geolocation_event_is_fix_type_valid() function indicates whether the fix type from the specified GEOLOCATION_INFO event is valid.
true if the fix type is valid, false otherwise.