You are here

function location_map_link_be_providers in Location 7.3

Same name and namespace in other branches
  1. 7.5 supported/location.be.inc \location_map_link_be_providers()
  2. 7.4 supported/location.be.inc \location_map_link_be_providers()

Providers.

File

supported/location.be.inc, line 46
Belgium.

Code

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