| Name | Location | Description |
|---|---|---|
| earth_arclength | ./ | |
| earth_asin_safe | ./ | 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… |
| earth_distance | ./ | |
| earth_distance_sql | ./ | |
| earth_eccentricity_sq | ./ | |
| earth_flattening | ./ | |
| earth_latitude_range | ./ | |
| earth_longitude_range | ./ | @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_radius_semimajor | ./ | |
| earth_radius_semiminor | ./ | |
| earth_xyz | ./ | |
| google_geocode_country_list | geocoding/ | 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/ | 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. |
| google_geocode_info | geocoding/ | Return general information about this geocoder. |
| google_geocode_location | geocoding/ | Perform a geocode on a location array. |
| google_geocode_settings | geocoding/ | General settings for this geocoder. |
| location_addanother_form | contrib/ | Form to display directly on a node view for "quick location add" functionality. |
| location_addanother_form_alter | contrib/ | Implementation of hook_form_alter(). |
| location_addanother_form_submit | contrib/ | Submission function for "add another location" form. |
| location_addanother_form_validate | contrib/ | Validation function for "add another location" form. |
| location_addanother_install | contrib/ | Implementation of hook_install(). |
| location_addanother_nodeapi | contrib/ | Implementation of hook_nodeapi(). |
| location_addanother_node_type | contrib/ | Implementation of hook_node_type(). Synchronize our settings. |
| location_addanother_uninstall | contrib/ | Implementation of hook_uninstall(). |
| location_address2singleline | ./ | Create a single line address. |
| location_admin_settings | ./ | Admin settings form. |
| location_api_variant | ./ | |
| location_bundle_load | ./ | |
| location_calc_difference | ./ | Computes the differences between two locations. |
| location_cck_disable | contrib/ | Implementation of hook_disable(). |
| location_cck_enable | contrib/ | Implementation of hook_enable(). |
| location_cck_field | contrib/ | Implementation of hook_field(). @@@ GONE IN D7, move to hooks above... |
| location_cck_field_formatter_info | contrib/ | Implementation of hook_field_formatter_info(). |
| location_cck_field_info | contrib/ | Implementation of hook_field_info(). |
| location_cck_field_insert | contrib/ | Implement hook_field_insert(). |
| location_cck_field_is_empty | contrib/ | CCK Emptiness check. |
| location_cck_field_schema | contrib/ | Implement hook_field_schema(). |
| location_cck_field_settings | contrib/ | Implementation of hook_field_settings(). @@@ REMOVED D7 |
| location_cck_field_settings_form | contrib/ | Implement hook_field_settings_form(). |
| location_cck_field_update | contrib/ | Implement hook_field_update(). |
| location_cck_field_validate | contrib/ | Implement hook_field_validate(). |
| location_cck_field_widget_form | contrib/ | Implement hook_field_widget_form(). |
| location_cck_field_widget_info | contrib/ | Implement hook_field_widget_info(). |
| location_cck_install | contrib/ | Implementation of hook_install(). |
| location_cck_locationapi | contrib/ | Implementation of hook_locationapi(). |
| location_cck_theme | contrib/ | Implementation of hook_theme(). |
| location_cck_token_list | contrib/ | Implementation of hook_token_list(). |
| location_cck_token_values | contrib/ | Implementation of hook_token_values(). |
| location_cck_uninstall | contrib/ | Implementation of hook_uninstall(). |
Other projects: