Is it possible to change initial value of showInfoWindowOnClick?

490
0
10-08-2013 05:51 AM
by Anonymous User
Not applicable
So in the creation of the map, I have set:

map = new Map("map", {          basemap: "streets",          //center: [-122.4, 37.785],   center: [-98.42, 38.49],         zoom: 8,          showInfoWindowOnClick:true       });


Once set to either true or false, can it later be changed? I tried map.showInfoWindowOnClick = false; with no result.

***UPDATED***
Solved:

map.infoWindow.hide();

Thanks!

rGibson
0 Kudos
0 Replies