You are here

function location_map_link_br_providers in Location 7.4

Same name and namespace in other branches
  1. 5.3 supported/location.br.inc \location_map_link_br_providers()
  2. 6.3 supported/location.br.inc \location_map_link_br_providers()
  3. 7.5 supported/location.br.inc \location_map_link_br_providers()
  4. 7.3 supported/location.br.inc \location_map_link_br_providers()

File

supported/location.br.inc, line 45

Code

function location_map_link_br_providers() {
  return array(
    'google' => array(
      'name' => 'Google Maps',
      'url' => 'http://maps.google.com.br',
      'tos' => 'http://maps.google.com/intl/pt-BR/help/terms_maps.html',
    ),
  );
}