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.26.2.66 (checked in on 2008/06/10 at 18:48:54 by bdragon)
GMap Location module is a module to add some gmap funcationality based on location.modules information.
The main functions are to provide a map showing all of the nodes or users that have location information on a map.
| Name | Description |
|---|---|
| gmap_location_admin_settings | Admin Settings Page |
| gmap_location_author_block_view | |
| gmap_location_block | Draw block of location for current node. |
| gmap_location_block_view | |
| gmap_location_menu | Implementation of hook_menu(). |
| gmap_location_node_page | Draws a page with a google map with the node on it, or if no node is set all of the nodes on it. |
| gmap_location_node_point | AHAH callback for getting the contents of a node point popup. |
| gmap_location_node_type | Implementation of hook_node_type(). |
| gmap_location_perm | Implementation of hook_perm(). |
| gmap_location_user | |
| gmap_location_user_page | Draws a page with a google map that has all of the site users. |
| gmap_location_user_point | AHAH callback for getting the contents of a user point popup. |
| theme_gmapnodelabel | Theme a node info window. |
| theme_gmap_location_node_page | Theme function for displaying the node page. |
| theme_gmap_location_user_html | |
| theme_gmap_location_user_page | Theme function for displaying the user page. |
| theme_image_gmapnodelabel | |
| theme_og_gmapnodelabel | Theme an Organic Groups node info window. |
| _gmap_location_node_map_defaults | Get the node map variable defaults. |
| _gmap_location_user_map_defaults | Get the user map variable defaults. |