You are here

function location_map_link_br_providers in Location 7.3

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.4 supported/location.br.inc \location_map_link_br_providers()

Providers.

File

supported/location.br.inc, line 55
Brazil.

Code

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