Retrieve the error message from a GEOLOCATION_ERROR event.
#include <bps/geolocation.h>
BPS_API const char* geolocation_event_get_error_message(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_ERROR event to get the error message from.
The geolocation_event_get_error_message() function gets the error message from the specified GEOLOCATION_ERROR event. The error is with regards to the previous geolocation request.
The error message or NULL if there is no error message.