On Oct 27, 2:13 am, Ashish Aggarwal <hotice.vegti...@gmail.com> wrote:
> 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?

Are you asking about the new "POI" infowindows?

http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=POI+click&qt_g=Search+this+group

You need to use a styled map which prevents them from displaying.

  -- Larry


>
> 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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to