You are here

function location_map_link_pt_providers in Location 7.3

Link providers.

File

supported/location.pt.inc, line 39
Portugal.

Code

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