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