xhtml
map_elt (
string
 
key
, 
string
 
id
, 
list
(
string
)
 
ids
, 
Gmaps.map
 
map)
Adds a map in the pageThis function should be used if there is more than one map on the page. All
ids given to this function must have a map added in (when the function
is called or later on the page).
The other maps should be added with Gmaps.more_map_elt.
Note: This function must be called once, but can be placed before,
after or in the middle of the calls of Gmaps.more_map_elt.
key
The API key provided by Google (http://code.google.com/apis/maps/signup.html). If incorrect, a javascript alert will pop when the map loads but it still will work.
id
The id of the div which will be created for the map. Each id must be unique in a valid xhtml page.
ids
List of the ids where the other maps will be added.
map
A Gmaps.map object representing the map you want to add. Since this object is complex, it is recommended to take Gmaps.default_map and to modify its parameters.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.