You are here

function location_map_link_ca_default_providers in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.ca.inc \location_map_link_ca_default_providers()
  2. 5 supported/location.ca.inc \location_map_link_ca_default_providers()
  3. 6.3 supported/location.ca.inc \location_map_link_ca_default_providers()
  4. 7.5 supported/location.ca.inc \location_map_link_ca_default_providers()
  5. 7.4 supported/location.ca.inc \location_map_link_ca_default_providers()

Default providers.

File

supported/location.ca.inc, line 228
Canada.

Code

function location_map_link_ca_default_providers() {
  return array(
    'google',
  );
}