You are here

function location_map_link_nl_providers in Location 7.3

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

Link providers.

File

supported/location.nl.inc, line 31
Netherlands.

Code

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