You are here

function location_map_link_gb_providers in Location 7.3

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

Providers.

File

supported/location.gb.inc, line 141
Great Britain.

Code

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