You are here

function location_map_link_ch_providers in Location 7.3

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

Providers.

File

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

Code

function location_map_link_ch_providers() {
  return array(
    'search' => array(
      'name' => 'map.search.ch',
      'url' => 'http://map.search.ch',
      'tos' => 'http://map.search.ch/terms.html',
    ),
    'google' => array(
      'name' => t('Google Maps'),
      'url' => 'http://maps.google.ch',
      'tos' => 'http://www.google.ch/help/terms_maps.html',
    ),
  );
}