You are here

function location_map_link_uk_providers in Location 5.3

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

File

supported/location.uk.inc, line 242

Code

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