You are here

function location_geocode_us_providers in Location 5

Same name and namespace in other branches
  1. 5.3 supported/location.us.inc \location_geocode_us_providers()
  2. 6.3 supported/location.us.inc \location_geocode_us_providers()
  3. 7.5 supported/location.us.inc \location_geocode_us_providers()
  4. 7.3 supported/location.us.inc \location_geocode_us_providers()
  5. 7.4 supported/location.us.inc \location_geocode_us_providers()

File

supported/location.us.inc, line 222

Code

function location_geocode_us_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',
    ),
  );
}