You are here

constant LOCATION_LATLON_GEOCODED_EXACT in Location 7.5

Same name and namespace in other branches
  1. 5.3 location.module \LOCATION_LATLON_GEOCODED_EXACT
  2. 5 location.module \LOCATION_LATLON_GEOCODED_EXACT
  3. 6.3 location.module \LOCATION_LATLON_GEOCODED_EXACT
  4. 7.3 location.module \LOCATION_LATLON_GEOCODED_EXACT
  5. 7.4 location.module \LOCATION_LATLON_GEOCODED_EXACT
4 uses of LOCATION_LATLON_GEOCODED_EXACT
LocationGoogleGeocoderTest::testUSA in tests/google_geocoder.test
location_generate_node_presave in contrib/location_generate/location_generate.module
Implements hook_node_presave().
_location_geo_logic in ./location.module
Perform geocoding logic, etc., prior to storing in the database.
_location_process_location in ./location.module
Process a location element.

File

./location.module, line 16
Location module main routines. An implementation of a universal API for location manipulation. Provides functions for postal_code proximity searching, deep-linking into online mapping services. Currently, some options are configured through an…

Code

define('LOCATION_LATLON_GEOCODED_EXACT', 3);