D
Daniish
Hello,
I want to include a bit of text in my Google Map Infowindow - that
when clicked maximises the infowindow.
This is the code for maximising the infowindow
map.getInfoWindow().maximize();
the text could be something as simple as:
"Open"
How do i add that to the following line of Javascript:
var info = '<div id="info" style="text-align:left";><h3>' + title + '</
h3><br>' + date + '</div>';
Many thanks for your help
I want to include a bit of text in my Google Map Infowindow - that
when clicked maximises the infowindow.
This is the code for maximising the infowindow
map.getInfoWindow().maximize();
the text could be something as simple as:
"Open"
How do i add that to the following line of Javascript:
var info = '<div id="info" style="text-align:left";><h3>' + title + '</
h3><br>' + date + '</div>';
Many thanks for your help