You are here

function location_map_link_fr_providers in Location 7.3

Same name and namespace in other branches
  1. 6.3 supported/location.fr.inc \location_map_link_fr_providers()

Providers.

File

supported/location.fr.inc, line 120
France.

Code

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