Rick Davis Posted May 2, 2012 at 05:51 PM Share Posted May 2, 2012 at 05:51 PM I'm using the latest geomaps addon. I'd like to hide the streetview container on my detail page when there is not streetview available. In the prior version, I used this code in the geomaps.js- function showPanoData(panoData) { if (panoData.code != 200) { jQuery('#'+mapCanvas_+'_streetview').css('display','none'); return; } else { jQuery('#gm_streetview_msg').remove(); } myPano_.setLocationAndPOV(panoData.location.latlng); } What is the best way to accomplish the same result with the new version of geomaps? Link to comment
Alejandro Posted May 2, 2012 at 09:58 PM Share Posted May 2, 2012 at 09:58 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Rick Davis Posted May 3, 2012 at 08:34 PM Author Share Posted May 3, 2012 at 08:34 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts