I want to load a google map with any kind of Info Window being added
by "Google" neither on Marker nor on Map itself.

Is there any API like "disableDefaultUI" to disable any kind of
infowindow?

Please help its very urgent.

I was trying like
 var myOptions = {
                                        zoom: 11,
                                        center: new google.maps.LatLng(45, 10),
                                        mapTypeId: 
google.maps.MapTypeId.ROADMAP,
                                        disableDefaultUI: true,
                                        suppressInfoWindows: true

                        };



But the above is not working to achieve the goal.

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

Reply via email to