You are here

function location_latlon_exact_ca in Location 7.4

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

Parameters: An associative array $location where 'street' => the street portion of the location 'supplemental' => additional street portion of the location 'province' => the province, state, or territory 'country' => lower-cased two-letter ISO code (REQUIRED) 'postal_code' => the international postal code for this location (REQUIRED)

File

supported/location.ca.inc, line 115

Code

function location_latlon_exact_ca($location = array()) {

  // return location_geocode_ca_geocoder($location);
}