Retrieve the fix type from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API int geolocation_event_get_fix_type(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event that contains the fix type you want to extract.
The geolocation_event_get_fix_type() function extracts the fix type from the specified GEOLOCATION_INFO event.
The fix type. This is either a value from the geolocation_fix_type_t enumeration, or BPS_FAILURE if the event is not valid.