GMap

Google Map Initialize
This key is currently not required by Google. Entering a Key will allow you to track map usage in Google. If you want to use an API key, you can get one at Google Map API website.
Regenerate marker cache
If you are having problems with markers, or have modified the .ini files in the markers folder, click here to rebuild the marker cache file.
Default map settings
The default width of a Google map, as a CSS length or percentage. Examples: 50px, 5em, 2.5in, 95%
The default height of a Google map, as a CSS length or percentage. Examples: 50px, 5em, 2.5in, 95%
The default center coordinates of Google map, expressed as a decimal latitude and longitude, separated by a comma.
The default zoom level of a Google map.
The maximum initial zoom (affects things such as the zoom of the node location block.)
Line default style
Lines without a specific style defined will fall back to this style
#
px
Thickness of line, in pixels.
%
#
Hex color value for fill color. Example: #00AA33
%
Opacity of fill, from 0 to 100%.
Polygon default style
Polygons without a specific style defined will fall back to this style
#
px
Thickness of line, in pixels.
%
#
Hex color value for fill color. Example: #00AA33
%
Opacity of fill, from 0 to 100%.
#
This sets the color of the marker highlight when the "highlight : Highlight marker on rollover" behaviour is enabled. Hex color value. Example: #00AA33
Enabled map types ("base layers")
Google
The standard default street map. Internal name: G_NORMAL_MAP
Satellite view without street overlay. Internal name: G_SATELLITE_MAP
Satellite view with street overlay. Internal name: G_HYBRID_MAP
Map with physical data (terrain, vegetation.) Internal name: G_PHYSICAL_MAP
Map Behavior flags
Behavior flags modify how a map behaves. Grayed out flags are not settable here, but may be set on a map by map basis via code or a macro. Changes to behaviors will not affect the preview map shown above until changes are saved.
Used to activate location choosing using a gmap.
Remove the ability for the user to drag the map. If dragging is disabled, keyboard shortcuts are implicitly disabled.
Disable the keyboard shortcuts.
Disable using the scroll wheel to zoom the map.
Disable dynamically resizing images while waiting for tiles to load when zooming.
Automatically zoom the map to fit all markers when markers are added.
Load the marker loader system even if no markers to load are detected. Useful if you are injecting markers from somewhere else.
Enable the "overview map" in the bottom right corner.
Enabling this will work around some issues that can occur when maps appear inside collapsible fieldsets.
Adds a scale control to the map in the default position.
Used for advanced javascript work, this will enable the mouseovermarker, mouseoutmarker, and dblclickmarker events.
Used for advanced javascript work, this will enable the clickshape event.
Highlight marker by creating circle on mouse rollover event.
Perform this action when a marker is clicked.
Marker manager
If you are planning on using many markers on a single map, you may want to consider using a marker manager to speed up map rendering.
Fill in your custom markers folder (absolute path).
Bubble styles
You need to download the infobubble plugin and extract the entire contents of the archive into the sites/all/libraries directory on your server. Only the src folder is required. Final path should be sites/all/libraries/infobubble/src/infobubble-compiled.js
If you don't intend to style your popup bubble, leave this unchecked.
Styles to apply to your popup bubble. One style per line with a colon between the style and value.
Example:
shadowStyle:1
arrowPosition : 25