function location_map_link_br_providers in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.br.inc \location_map_link_br_providers()
- 6.3 supported/location.br.inc \location_map_link_br_providers()
- 7.5 supported/location.br.inc \location_map_link_br_providers()
- 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',
),
);
}