constant LOCATION_LATLON_USER_SUBMITTED in Location 5.3
Same name and namespace in other branches
- 5 location.module \LOCATION_LATLON_USER_SUBMITTED
- 6.3 location.module \LOCATION_LATLON_USER_SUBMITTED
- 7.5 location.module \LOCATION_LATLON_USER_SUBMITTED
- 7.3 location.module \LOCATION_LATLON_USER_SUBMITTED
- 7.4 location.module \LOCATION_LATLON_USER_SUBMITTED
5 uses of LOCATION_LATLON_USER_SUBMITTED
- location_generate_form_submit in contrib/
location_generate/ location_generate.module - location_load_location in ./
location.module - Load a single location by lid.
- _location_expand_location in ./
location.module - Process a location element.
- _location_geo_logic in ./
location.module - Perform geocoding logic, etc., prior to storing in the database.
- _location_patch_locpick in ./
location.module - Apply locpick twiddling to a location. This is needed before saving and comparison.
File
- ./
location.module, line 14 - 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_USER_SUBMITTED', 1);