You are here

function location_map_link_gr_providers in Location 7.3

Providers.

File

supported/location.gr.inc, line 76
Greece.

Code

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