constant LOCATION_LATLON_UNDEFINED in Location 7.3
Same name and namespace in other branches
- 5.3 location.module \LOCATION_LATLON_UNDEFINED
- 5 location.module \LOCATION_LATLON_UNDEFINED
- 6.3 location.module \LOCATION_LATLON_UNDEFINED
- 7.5 location.module \LOCATION_LATLON_UNDEFINED
- 7.4 location.module \LOCATION_LATLON_UNDEFINED
3 uses of LOCATION_LATLON_UNDEFINED
- location_has_coordinates in ./
location.module - Check whether a location has coordinates or not.
- location_locationapi in ./
location.module - Implements hook_locationapi().
- _location_geo_logic in ./
location.module - Perform geocoding logic, etc., prior to storing in the database.
File
- ./
location.module, line 13 - 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_UNDEFINED', 0);