Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

gmap_views.module

Version

1.1.2.25 (checked in on 2008/06/12 at 22:02:40 by bdragon)

Description

GMap Views: A Views Style plugin providing a GMap view.

Functions

Namesort iconDescription
gmap_views_gmapImplementation of hook_gmap().
gmap_views_query_alterImplementation of hook_views_query_alter(). We need to add in the node type so we can determine markers.
gmap_views_validateValidate a GMap View. GMap Views requires one of the following: Location: Lat and Location: Lon Two columns, one titled t('Latitude'), one titled t('Longitude') A module that can transform a field into lat, long coordinates
gmap_views_views_style_pluginsImplementation of hook_views_style_plugins().
theme_gmap_views_marker_labelTheme a marker label.
theme_views_view_gmapDisplay the results of a view in a Google Map.
_gmap_views_find_coords_idsHelper function to find a valid latitude and longitude in this field
_gmap_views_get_lat_long_from_idsHelper function to find actual lat and lon values from the work done in _gmap_views_find_coords_ids