You are here

11 calls to location_get_iso3166_list() in Location 7.5

google_geocode_country_list in geocoding/google.inc
Return the list of ISO3166 codes supported by this geocoder. Coverage list: http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html Coverage list feed: http://spreadsheets.google.com/feeds/list/p9pdwsai2hDMsLkXsoM05KQ/defaul...
location_admin_settings in ./location.admin.inc
Admin settings form.
location_country_name in ./location.inc
Get the translated name of a country code.
location_generate_node_presave in contrib/location_generate/location_generate.module
Implements hook_node_presave().
location_geocoding_parameters_page in ./location.module
location_handler_field_location_distance::extra_options_form in handlers/location_handler_field_location_distance.inc
Provide a form for setting options.
location_handler_filter_location_country::get_value_options in handlers/location_handler_filter_location_country.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
location_handler_sort_location_distance::extra_options_form in handlers/location_handler_sort_location_distance.inc
Provide a form for setting options.
location_locationapi in ./location.module
Implements hook_locationapi().
location_views_handler_filter_proximity::value_form in handlers/location_views_handler_filter_proximity.inc
Options form subform for setting options.
_location_supported_countries in ./location.inc
Returns an associative array of countries currently supported by the location system where -> the keys represent the two-letter ISO code and -> the values represent the English name of the country. The array is sorted the index (i.e., by the…