TiandituImageryProvider

new Cesium.TiandituImageryProvider(options)

Sky Map imagery service provider class.
Name Type Description
options Object optional The object has the following properties:
Name Type Description
mapStyle TiandituMapsStyle Specify the service type of Tianditu.
Example:
var labelImagery = new Cesium.TiandituImageryProvider({
     mapStyle : Cesium.TiandituMapsStyle.CIA_C//Tianditu Global Chinese Annotation Service (Longitude and Latitude Projection)
	});
Demo:

Members

readonlycredit : String

Get the description information of the service.

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 smallest level of detail (LOD) that can be requested.

readonlytileHeight : Number

Get the tile height.

readonlyurl : String

Get the url of the service.