| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <res_geolocation.h>

| Public Member Functions | |
| SORCERY_OBJECT (details) | |
| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| struct ast_variable * | confidence | 
| enum ast_geoloc_format | format | 
| struct ast_variable * | location_info | 
| const ast_string_field | location_source | 
| const ast_string_field | method | 
Definition at line 62 of file res_geolocation.h.
| SORCERY_OBJECT | ( | details | ) | 
| struct ast_string_field_mgr __field_mgr | 
Definition at line 67 of file res_geolocation.h.
| struct ast_string_field_pool* __field_mgr_pool | 
Definition at line 67 of file res_geolocation.h.
| struct ast_variable* confidence | 
Definition at line 70 of file res_geolocation.h.
Referenced by ast_geoloc_eprofile_refresh_location(), geoloc_location_destructor(), and geoloc_profile_write().
| enum ast_geoloc_format format | 
Definition at line 68 of file res_geolocation.h.
Referenced by ast_geoloc_eprofile_refresh_location(), geoloc_config_list_locations(), geoloc_location_apply_handler(), geoloc_profile_apply_handler(), and geoloc_profile_write().
| struct ast_variable* location_info | 
Definition at line 69 of file res_geolocation.h.
Referenced by ast_geoloc_eprofile_refresh_location(), geoloc_config_list_locations(), geoloc_location_apply_handler(), geoloc_location_destructor(), and geoloc_profile_write().
| const ast_string_field location_source | 
Definition at line 67 of file res_geolocation.h.
Referenced by ast_geoloc_eprofile_refresh_location(), geoloc_location_apply_handler(), and geoloc_profile_write().
| const ast_string_field method | 
Definition at line 67 of file res_geolocation.h.
Referenced by ast_geoloc_eprofile_refresh_location().