function location_map_link_be_providers in Location 7.3
Same name and namespace in other branches
- 7.5 supported/location.be.inc \location_map_link_be_providers()
- 7.4 supported/location.be.inc \location_map_link_be_providers()
Providers.
File
- supported/
location.be.inc, line 46 - Belgium.
Code
function location_map_link_be_providers() {
return array(
'google' => array(
'name' => t('Google Maps'),
'url' => 'http://maps.google.be/',
'tos' => 'http://maps.google.be/help/terms_maps.html',
),
);
}