You are here

function location_geocode_au_providers in Location 7.4

Same name and namespace in other branches
  1. 5.3 supported/location.au.inc \location_geocode_au_providers()
  2. 6.3 supported/location.au.inc \location_geocode_au_providers()
  3. 7.5 supported/location.au.inc \location_geocode_au_providers()
  4. 7.3 supported/location.au.inc \location_geocode_au_providers()

File

supported/location.au.inc, line 219

Code

function location_geocode_au_providers() {
  return array(
    'yahoo' => array(
      'name' => 'Yahoo! Maps Web Services',
      'url' => 'http://developer.yahoo.com/maps/rest/V1/geocode.html',
      'tos' => 'http://developer.yahoo.com/maps/mapsTerms.html',
    ),
  );
}