You are here

function location_map_link_ch_providers in Location 5.3

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

File

supported/location.ch.inc, line 36

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' => 'Google Maps',
      'url' => 'http://maps.google.ch',
      'tos' => 'http://www.google.ch/help/terms_maps.html',
    ),
  );
}