Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.1.2.25 (checked in on 2008/06/12 at 22:02:40 by bdragon)
GMap Views: A Views Style plugin providing a GMap view.
| Name | Description |
|---|---|
| gmap_views_gmap | Implementation of hook_gmap(). |
| gmap_views_query_alter | Implementation of hook_views_query_alter(). We need to add in the node type so we can determine markers. |
| gmap_views_validate | Validate 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_plugins | Implementation of hook_views_style_plugins(). |
| theme_gmap_views_marker_label | Theme a marker label. |
| theme_views_view_gmap | Display the results of a view in a Google Map. |
| _gmap_views_find_coords_ids | Helper function to find a valid latitude and longitude in this field |
| _gmap_views_get_lat_long_from_ids | Helper function to find actual lat and lon values from the work done in _gmap_views_find_coords_ids |