geolocation_event_is_altitude_valid()
Indicate whether the altitude from a GEOLOCATION_INFO event is valid.
Synopsis:
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_altitude_valid(bps_event_t *event)
Arguments:
- event
-
The GEOLOCATION_INFO event to get the altitude validity from.
Library:
libbpsDescription:
The geolocation_event_is_altitude_valid() function indicates whether the altitude from the specified GEOLOCATION_INFO event is valid.
Returns:
true if the altitude is valid, false otherwise.