Thank you for the response. Helped a lot.
I am now down to one issue left.
I am trying to do this:
ib.setOptions(myOptions);
ib.setContent(item.html);
ib.open(map, marker);
Where the myOptions is this for instance:
var myOptions = {
boxClass: "red"
};
However, this does not seem to have any effect at all.
The class does not seem to be added.
Perhaps you would know why?
On 12 Feb., 20:25, Esa <[email protected]> wrote:
> Whether a custom infowindow or standard, basically you should have
> just a single instance of InfoWindow() and set its contents by the
> 'click' handler function.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.