| gmap_geo_elements | Implementation of FAPI hook_elements(). |
| gmap_geo_field_formatter_info | Implementation of hook_field_formatter_info().
Note that the formatters don't actually work for geo_data fields yet, because
that field type doesn't (yet) provide its data in WKT. |
| gmap_geo_picker_process | See the gmap_set_location() function in gmap.module and its' companion
location_latlon_form() in location.inc |
| gmap_geo_theme | Implementation of hook_theme(). |
| gmap_geo_widget | Implementation of hook_widget(). |
| gmap_geo_widget_info | Implementation of hook_widget_info(). |
| gmap_geo_widget_settings | Implementation of hook_widget_settings().
Adds a field to set a GMap macro for the location picker map. |
| theme_gmap_geo_formatter | Themes a geo field as a gmap. |
| theme_gmap_geo_picker | Theme the gmap_picker widget. |