Map Source[Sample|Source|Documentation] 6000 km3000 mi Settings MapSource: BingMapsAerialSource BingMapsRoadSource BingMapsHybridSource CustomSource None Description C1Maps pre-defines 3 types of bing map sources(Aerial/Road/Hybrid), you can easily set the Source property to achieve it. It also allows you to use custom source just like this sample uses google map source. In order to use custom source, you should set Source property to CustomSource and define a javascript function to retrieve the tile sources. Certainly, if you don't want anything rendered, you can set the Source property to None.