You are here

function location_geocode_ca_providers in Location 5

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

File

supported/location.ca.inc, line 278

Code

function location_geocode_ca_providers() {
  return array(
    'geocoder' => array(
      'name' => 'GeoCode.ca geocoding service',
      'url' => 'http://geocoder.ca/?api=1',
      'tos' => 'http://geocoder.ca/?terms=1http://geocoder.ca/?terms=1',
    ),
  );
}