Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 25 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
Midnight
 
Using Standard Google Map Codes - 2007/02/27 19:28
Is it possible for me to use the standard Google Map code:

map.openInfoWindow(map.getCenter(),
document.createTextNode("%MARKERTEXT%"));

and call the information you provide in the marker description text? I would like the marker information to open up without the marker having to be clicked... and if so, which of the php files would I need to amend please??

It might be a great idea to have a radio select box on the marker page to enable "open marker automatically", this could then be used by more people, and if many markers are on the page, a way of showing a preferential marker?

Thanks,
Mignight.
The administrator has disabled public write access.

cs1559
Admin
 
Re:Using Standard Google Map Codes - 2007/02/28 01:33
No, you cant use std google map code. It only uses HTML. As for auto opening of a marker, you might be able to write some javascript to automatically open upon loading of the page.

You can the 'openInfoWindow(<marker#)' to open a specific marker.
The administrator has disabled public write access.