TiandituImageryProvider

new Cesium.TiandituImageryProvider(options)

Day map image service provider class.
Name Type Description
options Object optional The object has the following properties:
Name Type Description
mapStyle TiandituMapsStyle Specifies the day map service type.
Example:
var labelImagery = new Cesium.TiandituImageryProvider({
     mapStyle : Cesium.TiandituMapsStyle.CIA_C//Tianditu Global Chinese Note Service (latitude and longitude projection)
	});
Demo:

Members

readonlycredit : String

Day map service type constant.

readonlyerrorEvent : String

Error event.

readonlymapStyle : String

Get the service type.

readonlymaximumLevel : Number

Get the maximum level of detail (LOD) that can be requested.

readonlyminimumLevel : Number

Get the minimum level of detail (LOD) that can be requested.

readonlytileHeight : Number

Get the height of the tile.

readonlyurl : String

Get the url of the service.