Functions

NameLocationDescription
earth_arclength./earth.inc
earth_asin_safe./earth.incThis 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…
earth_distance./earth.inc
earth_distance_sql./earth.inc
earth_eccentricity_sq./earth.inc
earth_flattening./earth.inc
earth_latitude_range./earth.inc
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…
earth_radius./earth.inc
earth_radius_semimajor./earth.inc
earth_radius_semiminor./earth.inc
earth_xyz./earth.inc
google_geocode_country_listgeocoding/google.incReturn 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_xmlgeocoding/google.incReturns 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.
google_geocode_infogeocoding/google.incReturn general information about this geocoder.
google_geocode_locationgeocoding/google.incPerform a geocode on a location array.
google_geocode_settingsgeocoding/google.incGeneral settings for this geocoder.
location_addanother_formcontrib/location_addanother/location_addanother.moduleForm to display directly on a node view for "quick location add" functionality.
location_addanother_form_altercontrib/location_addanother/location_addanother.moduleImplementation of hook_form_alter().
location_addanother_form_submitcontrib/location_addanother/location_addanother.moduleSubmission function for "add another location" form.
location_addanother_form_validatecontrib/location_addanother/location_addanother.moduleValidation function for "add another location" form.
location_addanother_installcontrib/location_addanother/location_addanother.installImplementation of hook_install().
location_addanother_nodeapicontrib/location_addanother/location_addanother.moduleImplementation of hook_nodeapi().
location_addanother_node_typecontrib/location_addanother/location_addanother.moduleImplementation of hook_node_type(). Synchronize our settings.
location_addanother_uninstallcontrib/location_addanother/location_addanother.installImplementation of hook_uninstall().
location_address2singleline./location.incCreate a single line address.
location_admin_settings./location.admin.incAdmin settings form.
location_api_variant./location.module
location_bundle_load./location.module
location_calc_difference./location.moduleComputes the differences between two locations.
location_cck_disablecontrib/location_cck/location_cck.installImplementation of hook_disable().
location_cck_enablecontrib/location_cck/location_cck.installImplementation of hook_enable().
location_cck_fieldcontrib/location_cck/location_cck.moduleImplementation of hook_field(). @@@ GONE IN D7, move to hooks above...
location_cck_field_formatter_infocontrib/location_cck/location_cck.moduleImplementation of hook_field_formatter_info().
location_cck_field_infocontrib/location_cck/location_cck.moduleImplementation of hook_field_info().
location_cck_field_insertcontrib/location_cck/location_cck.moduleImplement hook_field_insert().
location_cck_field_is_emptycontrib/location_cck/location_cck.moduleCCK Emptiness check.
location_cck_field_schemacontrib/location_cck/location_cck.moduleImplement hook_field_schema().
location_cck_field_settingscontrib/location_cck/location_cck.moduleImplementation of hook_field_settings(). @@@ REMOVED D7
location_cck_field_settings_formcontrib/location_cck/location_cck.moduleImplement hook_field_settings_form().
location_cck_field_updatecontrib/location_cck/location_cck.moduleImplement hook_field_update().
location_cck_field_validatecontrib/location_cck/location_cck.moduleImplement hook_field_validate().
location_cck_field_widget_formcontrib/location_cck/location_cck.moduleImplement hook_field_widget_form().
location_cck_field_widget_infocontrib/location_cck/location_cck.moduleImplement hook_field_widget_info().
location_cck_installcontrib/location_cck/location_cck.installImplementation of hook_install().
location_cck_locationapicontrib/location_cck/location_cck.moduleImplementation of hook_locationapi().
location_cck_themecontrib/location_cck/location_cck.moduleImplementation of hook_theme().
location_cck_token_listcontrib/location_cck/location_cck.moduleImplementation of hook_token_list().
location_cck_token_valuescontrib/location_cck/location_cck.moduleImplementation of hook_token_values().
location_cck_uninstallcontrib/location_cck/location_cck.installImplementation of hook_uninstall().

Other projects: