You are here

function location_latlon_exact_nz in Location 7.3

LatLon exact nz.

File

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

Code

function location_latlon_exact_nz($location = array()) {

  // By uncommenting the line of code below, you legally acknowledge that you understand that you can only
  // do so under the terms of the Non-Commercial Share-alike license described at http://creativecommons.org/licenses/by-nc-sa/2.0/
  // return _location_latlon_exact_nz_geocoder($location);
  return NULL;
}