gmap_geo.module

  • Provides a Google maps location picker widget for Geo cck fields.
  • Provides a field formatter for Geo fields that displays point, line, or polygon data on a Google map.

Functions

NameDescription
gmap_geo_elementsImplementation of FAPI hook_elements().
gmap_geo_field_formatter_infoImplementation 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_processSee the gmap_set_location() function in gmap.module and its' companion location_latlon_form() in location.inc
gmap_geo_themeImplementation of hook_theme().
gmap_geo_widgetImplementation of hook_widget().
gmap_geo_widget_infoImplementation of hook_widget_info().
gmap_geo_widget_settingsImplementation of hook_widget_settings(). Adds a field to set a GMap macro for the location picker map.
theme_gmap_geo_formatterThemes a geo field as a gmap.
theme_gmap_geo_pickerTheme the gmap_picker widget.