You are here

Functions in Location 7.4

Primary tabs

Namesort descending Location Description Direct uses Strings
earth_arclength ./earth.inc
earth_asin_safe ./earth.inc This is a helper function to avoid errors when using the asin() PHP function. asin is only real for values between -1 and 1. If a value outside that range is given it returns NAN (not a number), which we don't want to happen. So this just rounds… 1
earth_distance ./earth.inc 1
earth_distance_sql ./earth.inc 6
earth_eccentricity_sq ./earth.inc 1
earth_flattening ./earth.inc 2
earth_latitude_range ./earth.inc 3
earth_longitude_range ./earth.inc @todo This function uses earth_asin_safe so is not accurate for all possible parameter combinations. This means this function doesn't work properly for high distance values. This function needs to be re-written to work properly for larger… 3
earth_radius ./earth.inc 5
earth_radius_semimajor ./earth.inc 3
earth_radius_semiminor ./earth.inc 1
earth_xyz ./earth.inc 1
google_geocode_country_list geocoding/google.inc Return the list of ISO3166 codes supported by this geocoder. Coverage list: http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html Coverage list feed: http://spreadsheets.google.com/feeds/list/p9pdwsai2hDMsLkXsoM05KQ/defaul...
google_geocode_country_list_xml geocoding/google.inc Returns an XML document containing the list of countries supported by the Google geocoder. A cached version is stored in the Drupal cache in case Google is unreachable. 1
google_geocode_info geocoding/google.inc Return general information about this geocoder.
google_geocode_location geocoding/google.inc Perform a geocode on a location array.
google_geocode_settings geocoding/google.inc General settings for this geocoder.
location_addanother_form contrib/location_addanother/location_addanother.module Form to display directly on a node view for "quick location add" functionality. 1
location_addanother_form_alter contrib/location_addanother/location_addanother.module Implementation of hook_form_alter().
location_addanother_form_submit contrib/location_addanother/location_addanother.module Submission function for "add another location" form.
location_addanother_form_validate contrib/location_addanother/location_addanother.module Validation function for "add another location" form.
location_addanother_install contrib/location_addanother/location_addanother.install Implementation of hook_install().
location_addanother_nodeapi contrib/location_addanother/location_addanother.module Implementation of hook_nodeapi().
location_addanother_node_type contrib/location_addanother/location_addanother.module Implementation of hook_node_type(). Synchronize our settings.
location_addanother_uninstall contrib/location_addanother/location_addanother.install Implementation of hook_uninstall().
location_address2singleline ./location.inc Create a single line address. 3
location_admin_settings ./location.admin.inc Admin settings form. 1
location_api_variant ./location.module
location_bounds_ac supported/location.ac.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ad supported/location.ad.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ae supported/location.ae.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_af supported/location.af.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ag supported/location.ag.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ai supported/location.ai.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_al supported/location.al.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_am supported/location.am.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_an supported/location.an.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ao supported/location.ao.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_aq supported/location.aq.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ar supported/location.ar.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_as supported/location.as.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_at supported/location.at.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_au supported/location.au.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_aw supported/location.aw.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ax supported/location.ax.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_az supported/location.az.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_ba supported/location.ba.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_bb supported/location.bb.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_bd supported/location.bd.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_bounds_be supported/location.be.inc Returns minimum and maximum latitude and longitude needed to create a bounding box.

Pages

Other projects