You are here

function location_map_link_gb_providers in Location 7.5

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

File

supported/location.gb.inc, line 242

Code

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