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