Set the location fix type.
#include <bps/geolocation.h>
BPS_API int geolocation_set_fix_type(geolocation_fix_type_t fix_type)
BlackBerry 10.0.0
The fix type to be used.
The geolocation_set_fix_type() function sets the desired fix type to use for geolocation information (see geolocation_fix_type_t). If you do not set a fix type, the Best fix type is used by default.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.