Indicate whether the geolocation data is coarse from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_coarse(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to get the coarse flag from.
The geolocation_event_is_coarse() function indicates whether the geolocation data from the specified GEOLOCATION_INFO event is coarse. For example, Wi-Fi or cellular sites provide coarse data, while GPS or GLONASS can provide coarse or fine data.
true if the geolocation data is coarse, false otherwise.