ThinkGeo.com    |     Documentation    |     Premium Support

Removing Bingmaps logo

Hi,



Just wondering whether it is possible to remove the BingMaps logo that is shown hen using a BingMapsLayer?

Setting the Logo property to null does nothing - maybe some other setting?



Thanks,

Steve

Hi Steve, 
  
 Setting the Logo with an blank or transparent image should work. Like this: 
  
 BingMapsLayer layer = new BingMapsLayer(); 
             layer.ApplicationId = "apikey"; 
             layer.Logo = new GeoImage(@"C:\Program Files (x86)\ThinkGeo\Map Suite Web Full Edition 7.0\Samples\CSharp Samples\theme\default\img\blank.gif"); 
 However, You have to include the copyright information and logo as part of the Bing Maps Terms of Use anyway, otherwise, maybe it will run into license problem. 
  
 if there is any question, please feel free to let us know. 
 Thanks, 
 Johnny 


Ok, thanks - I didn’t realise it was part of their TOU.

Hi Steve, 
  
 Any other questions, please don’t hesitate to let us know. 
  
 Thanks, 
 Johnny