Return a file descriptor for the geomonitor service.
#include <geomonitor.h>
geomonitor_error_t geomonitor_service_get_fd(geomonitor_service_t geomonitor, int *service_fd)
BlackBerry 10.2.0
A handle to the geomonitor service.
A file descriptor to the geomonitor service.
Ownership of service_fd is not transferred to the caller.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.