You are here

function location_geocode_nz_providers in Location 7.3

Geocode providers.

File

supported/location.nz.inc, line 368
New Zealand.

Code

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