| filefield_geocode_handler_info | geocode/includes/modules/filefield.inc | Implementation of hook_geocode_handler_info() on behalf of filefield. |
| geo | geo/geo.module | Call an API function from the geo backend databases.
This function will find and load the database backend files, and call
the requested op from the backend or the default library, as needed. |
| geocode | geocode/geocode.module | The Geocode API call. |
| geocode_geocode_handler_info | geocode/geocode.module | Implementation of our own hook_geocode_handler_info(). |
| geocode_handler_info | geocode/geocode.module | Return a list of all handlers that might geocode something for you. |
| geocode_widget_admin_widget_settings | geocode/modules/geocode_widget/includes/geocode_widget.admin.inc | Implementation of hook_widget_settings(). |
| geocode_widget_available_fields | geocode/modules/geocode_widget/includes/geocode_widget.admin.inc | |
| geocode_widget_form_validate | geocode/modules/geocode_widget/geocode_widget.module | A form validation callback for forms that include geocode widgets. |
| geocode_widget_theme | geocode/modules/geocode_widget/geocode_widget.module | Implementation of hook_theme(). |
| geocode_widget_widget | geocode/modules/geocode_widget/geocode_widget.module | Implementation of hook_widget(). |
| geocode_widget_widget_info | geocode/modules/geocode_widget/geocode_widget.module | Implementation of hook_widget_info().
Supply a widget for fields from geo_field and other modules. |
| geocode_widget_widget_settings | geocode/modules/geocode_widget/geocode_widget.module | Implementation of hook_widget_settings(). |
| geo_backend_type | geo/geo.inc | Return the geo backend database type. |
| geo_content_is_empty | geo/modules/geo_field/geo_field.module | Implementation of hook_content_is_empty().
It's named after the field type (geo), not the module (geo_data). |
| geo_data_admin | geo/modules/geo_data/geo_data.admin.inc | Put together a form of all the spatial columns. |
| geo_data_admin_submit | geo/modules/geo_data/geo_data.admin.inc | |
| geo_data_allowed_values | geo/modules/geo_data/geo_data.module | |
| geo_data_content_is_empty | geo/modules/geo_data/geo_data.module | |
| geo_data_elements | geo/modules/geo_data/geo_data.module | Implementation of FAPI hook_elements(). |
| geo_data_field | geo/modules/geo_data/geo_data.module | Implementation of hook_field(). |
| geo_data_field_formatter_info | geo/modules/geo_data/geo_data.module | Implementation of hook_field_formatter_info(). |
| geo_data_field_info | geo/modules/geo_data/geo_data.module | Implementation of hook_field_info(). |
| geo_data_field_settings | geo/modules/geo_data/geo_data.module | Implementation of hook_field_settings(). |
| geo_data_menu | geo/modules/geo_data/geo_data.module | Implementation of hook_menu(). |
| geo_data_perm | geo/modules/geo_data/geo_data.module | Implementation of hook_perm() |
| geo_data_select_process | geo/modules/geo_data/geo_data.module | |
| geo_data_theme | geo/modules/geo_data/geo_data.module | Implementation of hook_theme(). |
| geo_data_views_api | geo/modules/geo_data/geo_data.module | Implementation of hook_geo_views_api(). |
| geo_data_views_data | geo/modules/geo_data/includes/views/geo_data.views.inc | |
| geo_data_views_handlers | geo/modules/geo_data/includes/views/geo_data.views.inc | |
| geo_data_widget | geo/modules/geo_data/geo_data.module | Implementation of hook_widget(). |
| geo_data_widget_info | geo/modules/geo_data/geo_data.module | Implementation of hook_widget_info(). |
| geo_field | geo/modules/geo_field/geo_field.module | Implementation of hook_field(). |
| geo_field_elements | geo/modules/geo_field/geo_field.module | Implementation of FAPI hook_elements(). |
| geo_field_formatter_info | geo/geo.module | Implementation of hook_field_formatter_info(). |
| geo_field_info | geo/modules/geo_field/geo_field.module | Implementation of hook_field_info(). |
| geo_field_install | geo/modules/geo_field/geo_field.install | Implementation of hook_install(). |
| geo_field_latlon_process | geo/modules/geo_field/geo_field.module | |
| geo_field_nodeapi | geo/modules/geo_field/geo_field.module | Implementation of hook_nodeapi().
Append microformats onto geo node feeds. |
| geo_field_select | geo/geo.inc | |
| geo_field_settings | geo/modules/geo_field/geo_field.module | Implementation of hook_field_settings(). |
| geo_field_theme | geo/modules/geo_field/geo_field.module | Implementation of hook_theme(). |
| geo_field_types | geo/geo.module | API Function: Return any field types that may contain geospatial data. |
| geo_field_uninstall | geo/modules/geo_field/geo_field.install | Implementation of hook_uninstall(). |
| geo_field_views_api | geo/modules/geo_field/geo_field.module | Implementation of hook_geo_views_api(). |
| geo_field_views_handlers | geo/modules/geo_field/includes/views/geo_field.views.inc | Most of the views stuff is handled by CCK, but extend its field handler with
our own. |
| geo_field_wkt_process | geo/modules/geo_field/geo_field.module | |
| geo_geo_from_wkt | geo/geo.inc | Insert a geometry object into the database on the specified row |
| geo_make_bbox | geo/geo.inc | |
| geo_mysql_spatial_add_field | geo/db/mysql_spatial.inc | Adds a geometry column to the specified table. |