Indicate whether the GPS time of week from a GEOLOCATION_INFO event is valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_gps_time_of_week_valid(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to get the GPS time of week validity from.
The geolocation_event_is_gps_time_of_week_valid() function indicates whether the GPS time of week from the specified GEOLOCATION_INFO event is valid.
true if the GPS time of week is valid, false otherwise.