geolocation_fix_type_t
Possible geolocation fix types.
Synopsis:
#include <bps/geolocation.h>
typedef enum { GEOLOCATION_FIX_TYPE_UNRECOGNIZED = 0 GEOLOCATION_FIX_TYPE_BEST = 1 GEOLOCATION_FIX_TYPE_GPS_MS_BASED = 2 GEOLOCATION_FIX_TYPE_GPS_MS_ASSISTED = 3 GEOLOCATION_FIX_TYPE_GPS_AUTONOMOUS = 4 GEOLOCATION_FIX_TYPE_CELLSITE = 5 GEOLOCATION_FIX_TYPE_WIFI = 6 GEOLOCATION_NUM_FIX_TYPES } geolocation_fix_type_t;
Since:
BlackBerry 10.0.0
Data:
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
This enumeration defines the possible geolocation fix types.
Last modified: 2014-09-30