Functions in geolocation.h
Functions that are available for working with geolocation.
geolocation_event_get_accuracy()
Retrieve the accuracy of the latitude and longitude from a
GEOLOCATION_INFO
event.
geolocation_event_get_accuracy_rotation_angle()
Retrieve the accuracy rotation angle from a
GEOLOCATION_INFO
event.
geolocation_event_get_accuracy_semi_major_axis()
Retrieve the accuracy semi-major axis from a
GEOLOCATION_INFO
event.
geolocation_event_get_accuracy_semi_minor_axis()
Retrieve the accuracy semi-minor axis from a
GEOLOCATION_INFO
event.
geolocation_event_get_altitude()
Retrieve the altitude from a
GEOLOCATION_EVENT
event.
geolocation_event_get_altitude_accuracy()
Retrieve the accuracy of the altitude from a
GEOLOCATION_INFO
event.
geolocation_event_get_error_code()
Retrieve the error code from a
GEOLOCATION_ERROR
event.
geolocation_event_get_error_message()
Retrieve the error message from a
GEOLOCATION_ERROR
event.
geolocation_event_get_fix_type()
Retrieve the fix type from a
GEOLOCATION_INFO
event.
geolocation_event_get_geoid_height()
Retrieve the geoid height from a
GEOLOCATION_INFO
event.
geolocation_event_get_gps_time_of_week()
Retrieve the GPS time of week from a
GEOLOCATION_INFO
event.
geolocation_event_get_gps_week()
Retrieve the GPS week from a
GEOLOCATION_INFO
event.
geolocation_event_get_hdop()
Retrieve the HDOP from a
GEOLOCATION_INFO
event.
geolocation_event_get_heading()
Retrieve the heading from a
GEOLOCATION_INFO
event.
geolocation_event_get_latitude()
Retrieve the latitude from a
GEOLOCATION_INFO
event.
geolocation_event_get_longitude()
Retrieve the longitude from a
GEOLOCATION_INFO
event.
geolocation_event_get_num_satellites()
Deprecated.
geolocation_event_get_num_satellites_total()
Retrieve the total number of satellites reported from a
GEOLOCATION_INFO
event.
geolocation_event_get_num_satellites_used()
Retrieve the number of satellites that are used to determine the device's geolocation from a
GEOLOCATION_INFO
event.
geolocation_event_get_pdop()
Retrieve the PDOP from a
GEOLOCATION_INFO
event.
geolocation_event_get_propagated()
Retrieve the propagated flag from a
GEOLOCATION_INFO
event.
geolocation_event_get_provider()
Retrieve the provider from a
GEOLOCATION_INFO
event.
geolocation_event_get_satellite_azimuth()
Retrieve the azimuth angle of the satellite at the specified index in the
GEOLOCATION_INFO
event.
geolocation_event_get_satellite_carrier_to_noise_ratio()
Retrieve the carrier-to-noise ratio of the satellite at the specified index in the
GEOLOCATION_INFO
event.
geolocation_event_get_satellite_elevation()
Retrieve the elevation angle of the satellite at the specified index in the
GEOLOCATION_INFO
event.
geolocation_event_get_satellite_id()
Retrieve the ID (PRN) of the satellite at the specified index in the
GEOLOCATION_INFO
event.
geolocation_event_get_satellite_is_almanac_decoded()
Indicate whether the almanac of the satellite at the specified index in the
GEOLOCATION_INFO
event has been decoded.
geolocation_event_get_satellite_is_ephemeris_decoded()
Indicate whether the ephemeris of the satellite at the specified index in the
GEOLOCATION_INFO
event has been decoded.
geolocation_event_get_satellite_is_tracked()
Indicate whether the satellite at the specified index in the
GEOLOCATION_INFO
event is tracked.
geolocation_event_get_satellite_is_used()
Indicate whether the satellite at the specified index in the
GEOLOCATION_INFO
event is used in the position solution.
geolocation_event_get_speed()
Retrieve the speed from a
GEOLOCATION_INFO
event.
geolocation_event_get_status_accuracy()
Retrieve the accuracy of the active request status from a
GEOLOCATION_STATUS
event.
geolocation_event_get_status_active_request()
Retrieve the active request status from a
GEOLOCATION_STATUS
event.
geolocation_event_get_status_background()
Retrieve the background flag of the active request from a
GEOLOCATION_STATUS
event.
geolocation_event_get_status_passive()
Retrieve the passive flag of the active request from a
GEOLOCATION_STATUS
event.
geolocation_event_get_status_period()
Retrieve the period of the active request from a
GEOLOCATION_STATUS
event.
geolocation_event_get_status_response_time()
Retrieve the response_time of the active request from a
GEOLOCATION_STATUS
event.
geolocation_event_get_ttff()
Retrieve the time to first fix (TTFF) from a
GEOLOCATION_INFO
event.
geolocation_event_get_utc_time()
Retrieve the UTC from a
GEOLOCATION_INFO
event.
geolocation_event_get_vdop()
Retrieve the VDOP from a
GEOLOCATION_INFO
event.
geolocation_event_get_vertical_speed()
Retrieve the vertical speed from a
GEOLOCATION_INFO
event.
geolocation_event_is_accuracy_rotation_angle_valid()
Indicate whether the accuracy rotation angle from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_accuracy_semi_major_axis_valid()
Indicate whether the accuracy semi-major axis from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_accuracy_semi_minor_axis_valid()
Indicate whether the accuracy semi-minor axis from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_accuracy_valid()
Indicate whether the accuracy from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_altitude_valid()
Indicate whether the altitude from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_altitude_accuracy_valid()
Indicate whether the altitude accuracy from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_coarse()
Indicate whether the geolocation data is coarse from a
GEOLOCATION_INFO
event.
geolocation_event_is_fix_type_valid()
Indicate whether the fix type from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_heading_valid()
Indicate whether the heading from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_geoid_height_valid()
Indicate whether the geoid height from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_gps_time_of_week_valid()
Indicate whether the GPS time of week from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_gps_week_valid()
Indicate whether the GPS week from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_hdop_valid()
Indicate whether the HDOP from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_latitude_valid()
Indicate whether the latitude from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_longitude_valid()
Indicate whether the longitude from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_pdop_valid()
Indicate whether the PDOP from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_propagated_valid()
Indicate whether the propagated flag from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_provider_valid()
Indicate whether the provider from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_speed_valid()
Indicate whether the speed from a
GEOLOCATION_EVENT
event is valid.
geolocation_event_is_num_satellites_valid()
Indicate whether the number of satellites used and the total number of satellites from a
GEOLOCATION_INFO
event are valid.
geolocation_event_is_status_accuracy_valid()
Indicate whether the accuracy from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_status_active_request_valid()
Indicate whether the active request from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_status_background_valid()
Indicate whether the background flag from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_status_passive_valid()
Indicate whether the passive flag from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_status_period_valid()
Indicate whether the period from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_status_response_time_valid()
Indicate whether the response time from a
GEOLOCATION_STATUS
event is valid.
geolocation_event_is_ttff_valid()
Indicate whether the time to first fix from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_utc_time_valid()
Indicate whether the UTC from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_vdop_valid()
Indicate whether the VDOP from a
GEOLOCATION_INFO
event is valid.
geolocation_event_is_vertical_speed_valid()
Indicate whether the vertical speed from a
GEOLOCATION_INFO
event is valid.
geolocation_get_domain()
Retrieve the unique domain ID for the geolocation service.
geolocation_request_events()
Start receiving geolocation events.
geolocation_request_status()
Request a status update.
geolocation_set_accuracy()
Set the accuracy at which geolocation events are reported.
geolocation_set_app_id()
Set the special application ID.
geolocation_set_app_password()
Set the special application password.
geolocation_set_background()
Set whether or not geolocation events will be sent while device is in standby.
geolocation_set_fix_type()
Set the location fix type.
geolocation_set_last_known()
Set whether or not the last known position will be returned.
geolocation_set_passive()
Set whether the location request should be passive.
geolocation_set_pde_url()
Set the PDE URL.
geolocation_set_period()
Set the period at which geolocation events are reported.
geolocation_set_provider()
Set the location provider.
geolocation_set_report_satellite_info()
Set whether satellite information is reported without a geolocation fix.
geolocation_set_response_time()
Set the response time for geolocation events.
geolocation_set_slp_url()
Set the SLP URL.
geolocation_set_stationary()
Set whether the location request should enable the stationary filter.
geolocation_stop_events()
Stop receiving geolocation events.
Parent topic:
Geolocation (geolocation.h)
Related concepts
Data types in geolocation.h