Possible geolocation fix types.
#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;
BlackBerry 10.0.0
May be requested along with any provider. May appear in geolocation events when using the Hybrid provider.
May be requested with the GNSS provider. May appear in geolocation events when using the Hybrid or GNSS providers.
May be requested with the GNSS provider. May appear in geolocation events when using the Hybrid or GNSS providers.
May be requested with the GNSS provider. May appear in geolocation events when using the Hybrid or GNSS providers.
May be requested with the Network provider. May appear in geolocation events when using the Hybrid or Network providers.
This enumeration defines the possible geolocation fix types.