You are here

function location_map_link_nl_providers in Location 5.3

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

File

supported/location.nl.inc, line 22

Code

function location_map_link_nl_providers() {
  return array(
    'google' => array(
      'name' => 'Google Maps',
      'url' => 'http://maps.google.nl',
      'tos' => 'http://www.google.nl/help/terms_maps.html',
    ),
  );
}