You are here

function location_map_link_be_providers in Location 7.4

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

File

supported/location.be.inc, line 37

Code

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