|
|
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.
|
|
|
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.
|
|