Retrieve the speed from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_speed(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the speed from.
The geolocation_event_get_speed() function extracts the speed from the specified GEOLOCATION_INFO event.
The speed (in meters per second). Will be not-a-number (NaN) if not valid.