You are here

function location_map_link_cz_providers in Location 7.3

Providers.

File

supported/location.cz.inc, line 33
Czech Republic.

Code

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