You are here

function location_map_link_ch_default_providers in Location 7.3

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

Default providers.

File

supported/location.ch.inc, line 63
Switzerland.

Code

function location_map_link_ch_default_providers() {
  return array(
    'search',
    'google',
  );
}