| gmap_admin_settings | ./gmap.module | Settings page. (remove for d6) |  | 1 | 
          
                  | gmap_admin_settings_validate | ./gmap_settings_ui.inc |  |  |  | 
          
                  | gmap_decimal | ./gmap.module | Utility function to allow high-precision decimals to work with the SQL layer.
Use concatenation. (Apparently unquoted %s is bad.) | 1 |  | 
          
                  | gmap_defaults | ./gmap.module | Get the defaults for a gmap. | 9 |  | 
          
                  | gmap_dimension_validate | ./gmap.module | Ensure a textfield is a valid css dimension string. |  |  | 
          
                  | gmap_elements | ./gmap.module | Implementation of hook_elements(). |  |  | 
          
                  | gmap_filter | ./gmap.module | Implementation of hook_filter(). |  |  | 
          
                  | gmap_filter_tips | ./gmap.module | Implementation of hook_filter_tips(). |  |  | 
          
                  | gmap_geocode | ./gmap.module | Utility function to use the google maps geocoder server side.
This is an easy, quick way to geocode a single address.
Note: This is a REMOTE CALL TO GOOGLE. Do NOT use this where performance matters,
as it could possibly take several seconds for this… |  | 1 | 
          
                  | gmap_get_auto_mapid | ./gmap.module | Generate a dynamic map identifier. | 3 |  | 
          
                  | gmap_get_icondata | ./gmap.module | Get the JSON icon data for all the default markers. | 2 |  | 
          
                  | gmap_get_id | ./gmap.module | Get a CSS id for a map and type.
Since CSS ids have to be unique, GMap related IDs are assigned by
this function. | 1 |  | 
          
                  | gmap_get_key | ./gmap.module | Retrieve the Google Maps key that is in use for the site. | 3 |  | 
          
                  | gmap_get_marker_titles | ./gmap.module | Get the list of marker titles. | 4 |  | 
          
                  | gmap_gmap | ./gmap.module | Implementation of hook_gmap(). |  |  | 
          
                  | gmap_keys_service | ./gmap.module | Implementation of hook_keys_service(). (from the keys api) |  |  | 
          
                  | gmap_location_admin_settings | ./gmap_location.module | Admin Settings Page |  | 1 | 
          
                  | gmap_location_author_block_view | ./gmap_location.module |  | 1 |  | 
          
                  | gmap_location_block | ./gmap_location.module | Draw block of location for current node. |  |  | 
          
                  | gmap_location_block_view | ./gmap_location.module |  | 1 |  | 
          
                  | gmap_location_install | ./gmap_location.install | Implementation of hook_install(). |  |  | 
          
                  | gmap_location_menu | ./gmap_location.module | Implementation of hook_menu(). |  |  | 
          
                  | gmap_location_node_page | ./gmap_location.module | Draws a page with a google map with the node on it, or if no node is set all of the nodes on it. |  | 1 | 
          
                  | gmap_location_node_point | ./gmap_location.module | AHAH callback for getting the contents of a node point popup. |  | 1 | 
          
                  | gmap_location_node_type | ./gmap_location.module | Implementation of hook_node_type(). |  |  | 
          
                  | gmap_location_perm | ./gmap_location.module | Implementation of hook_perm(). |  |  | 
          
                  | gmap_location_uninstall | ./gmap_location.install | Implementation of hook_uninstall(). |  |  | 
          
                  | gmap_location_update_1 | ./gmap_location.install |  |  |  | 
          
                  | gmap_location_update_2 | ./gmap_location.install |  |  |  | 
          
                  | gmap_location_update_5080 | ./gmap_location.install |  |  |  | 
          
                  | gmap_location_update_5100 | ./gmap_location.install | 5.x-1.0 update 1. |  |  | 
          
                  | gmap_location_update_5101 | ./gmap_location.install | 5.x-1.0 update 2. (Post-release)
Delete unneeded variable. |  |  | 
          
                  | gmap_location_update_5102 | ./gmap_location.install | 5.x-1.1 update 1 (Still haven't diverged for 6.x.)
#392130: Use better permission names. |  |  | 
          
                  | gmap_location_user | ./gmap_location.module |  |  |  | 
          
                  | gmap_location_user_page | ./gmap_location.module | Draws a page with a google map that has all of the site users. |  | 1 | 
          
                  | gmap_location_user_point | ./gmap_location.module | AHAH callback for getting the contents of a user point popup. |  | 1 | 
          
                  | gmap_macro_builder_form | ./gmap_macro_builder.module | Macro builder form. |  | 1 | 
          
                  | gmap_macro_builder_help | ./gmap_macro_builder.module | Implemenation of hook_help(). |  |  | 
          
                  | gmap_macro_builder_menu | ./gmap_macro_builder.module | Implementation of hook_menu(). |  |  | 
          
                  | gmap_macro_builder_perm | ./gmap_macro_builder.module | Implementation of hook_perm(). |  |  | 
          
                  | gmap_macro_builder_update_5100 | ./gmap_macro_builder.install | Rename 'create macro' permission. |  |  | 
          
                  | gmap_map_cleanup | ./gmap.module | Perform some normalization on the map object
to prevent errors. | 1 |  | 
          
                  | gmap_marker_labels_potx | ./gmap.strings.inc |  |  |  | 
          
                  | gmap_menu | ./gmap.module | Implementation of hook_menu(). |  |  | 
          
                  | gmap_module_invoke | ./gmap.module | Invokes hook_gmap() in every module. | 5 |  | 
          
                  | gmap_parse_macro | ./gmap.module | Convert a macro string into a GMap array. | 7 |  | 
          
                  | gmap_polyutil_dist | ./gmap_polyutil.inc | Distance in two dimensions.
√((x1-x0)^2 + (y1-y0)^2) | 1 |  | 
          
                  | gmap_polyutil_dp_encode | ./gmap_polyutil.inc | Implementation of the Douglas-Peucker polyline simplification algorithm. See:
http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/algorithm.html | 1 |  | 
          
                  | gmap_polyutil_encode_latlon | ./gmap_polyutil.inc | The following three functions will encode numbers so that they may be used
in "Encoded Polylines" on Google Maps. The encoding is described here:
http://code.google.com/apis/maps/documentation/polylinealgorithm.html | 1 |  | 
          
                  | gmap_polyutil_encode_levels | ./gmap_polyutil.inc |  | 1 |  |