You are here

constant GEOFIELD_KILOMETERS in Geofield 7.2

Same name and namespace in other branches
  1. 8 geofield.module \GEOFIELD_KILOMETERS

Diameter of the Earth in kilometers.

6 uses of GEOFIELD_KILOMETERS
geofield_handler_argument_proximity::option_definition in views/handlers/geofield_handler_argument_proximity.inc
Information about options for all kinds of purposes will be held here.
geofield_handler_field::option_definition in views/handlers/geofield_handler_field.inc
Information about options for all kinds of purposes will be held here.
geofield_handler_filter::option_definition in views/handlers/geofield_handler_filter.inc
Information about options for all kinds of purposes will be held here.
geofield_handler_sort::query in views/handlers/geofield_handler_sort.inc
Called to add the sort to a query.
geofield_proximity_element_process in ./geofield.elements.inc
Process function for the proximity form element

... See full list

File

./geofield.elements.inc, line 11
Provides FormAPI element callbacks for geofield_latlon and geofield_proximity.

Code

define('GEOFIELD_KILOMETERS', 6371);