您好,可以直接通过Entity实体的方式添加,position即实体的位置,可以参考以下代码:
viewer.entities.add({
position: position,
billboard: {
image: './images/location4.png',
width: 30,
height: 40,
},
name: atts["MODELNAME"],
description: des
});
API链接如下:http://support.supermap.com.cn:8090/webgl/docs/Documentation/Entity.html
希望可以帮助到您!