Retrieve the provider from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API int geolocation_event_get_provider(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the provider from.
The geolocation_event_get_provider() function extracts the provider from the specified GEOLOCATION_INFO event.
The provider. This is either a value from the geolocation_provider_t enumeration, or BPS_FAILURE if the event is not valid.