Retrieve the altitude from a GEOLOCATION_EVENT event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_altitude(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to get the altitude from.
The geolocation_event_get_altitude() function extracts the altitude from the specified GEOLOCATION_INFO event.
The altitude (in meters) above Mean Sea Level. Will be not-a-number (NaN) if not valid.