TiandituImageryProvider

new TiandituImageryProvider(options)

Provide Tianditu image slicing service
Name Type Description
options Object The parameter object contains the following properties��
Name Type Default Description
mapStyle String 'img_w' optional Image style, the default is Tianditu global image map service (Mercator projection)
credit String '' optional Description of Tianditu service
Example:
var provider = new TiandituImageryProvider({
    mapStyle �� TiandituMapsStyle.IMG_C,
    credit : '���ͼȫ��Ӱ�����'
});
var layer = viewer.scene.imageryLayers.addImageryProvider(labelImagery);

Members

readonlycredit : Credit

Get the description information of the service.

readonlymapStyle : String

Get the service type.

readonlymaximumLevel : Number

Get the maximum level of the Tianditu

readonlyminimumLevel : Number

Get the minimum level of the sky map

readonlyready : Boolean

Get the readiness status of the sky map service

readonlyreadyPromise : Promise

Get the asynchronous request status promise of the Tianditu service

readonlytileHeight : String

Get slice height

readonlytileWidth : Number

Get slice width

readonlytilingScheme : TilingScheme

Get the projection object (latitude and longitude projection or Mercator projection)

readonlyurl : String

Get the url of the service.