Hello team,
I wish to disable the shadow that is getting displayed when we open
Infowindow.
If you need The snippet, the following you could see...
var infowindow = new google.maps.InfoWindow();
var html = '<div>hello</div>';//use anything here..
infowindow.setContent(html);
infowindow.open(map,this);
Thanks
Navindian
--
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.