You are here

function location_map_link_my_providers in Location 7.3

Link providers.

File

supported/location.my.inc, line 59
Malaysia.

Code

function location_map_link_my_providers() {
  return array(
    'google' => array(
      'name' => 'Google Maps',
      'url' => 'http://maps.google.com.my',
      'tos' => 'http://www.google.com.my/help/terms_maps.html',
    ),
    'mapquest' => array(
      'name' => 'MapQuest',
      'url' => 'http://www.mapquest.com',
      'tos' => 'http://www.mapquest.com/features/main.adp?page=legal',
    ),
  );
}