Page 1 of 1
Show marker info
Posted: 27 Nov 2009, 18:10
by BenLomax
Hi.
It is possible to default show description of the marker?
Now i have marker and i must click on him to show description.
Re: Show marker info
Posted: 30 Nov 2009, 14:47
by BenLomax
Anybody can't help me? I show on attachment what i want mod.
Now i have default view like on image number 2 but i want default view like on image number 1.

Re: Show marker info
Posted: 02 Dec 2009, 00:36
by Jan
Hi, for now there is no such option, I don't know if there is some parameter for this, but maybe there is one in Google Maps API, If yes, then this needs to be customized in the code then
Jan
Re: Show marker info
Posted: 16 Jan 2010, 23:42
by Heimi
Hello Jan,
I'm looking for this option, too. I tried to find out what i have to change and i found a solution:
I' ve only added "markerPhocaMarker1PlgPM1.openInfoWindowHtml..." once again without the click-function and so it will be shown immediately and it will be also clickable. I found it in the soucecode of another Joomla-Google-Maps-Plugin.
Code: Select all
markerPhocaMarker1PlgPM1.openInfoWindowHtml('<h1>Blablabla</h1><div><p>Blablabla</p></div>');
GEvent.addListener(markerPhocaMarker1PlgPM1, 'click', function() {
markerPhocaMarker1PlgPM1.openInfoWindowHtml('<h1>Blablabla</h1><div><p>Blablabla</p></div>');
});
Could you perhaps put it in the next update?
Peter
Re: Show marker info
Posted: 19 Jan 2010, 00:04
by Jan
Hi, added into the feature request list.
Jan
Re: Show marker info
Posted: 22 May 2010, 23:23
by arkoudaki
Hello Peter,
May i ask where you placed the code? I'm also interested in finding a solution my self and have not found a way to make markers to auto show when the page loads..
thank you
Samantha