| options | object | 模型参数 Properties
    
    
        
        | Name | Type | Default | Description |  
            
                | id | string |  | 对象id |  
            
                | show | boolean | true | 模型显隐 |  
            
                | name | string |  | 名称 |  
            
                | url | string |  | 资源地址 |  
            
                | position | object |  | 模型位置 Properties
    
    
        
        | Name | Type | Description |  
            
                | lng | number | 经度 |  
            
                | lat | number | 纬度 |  
            
                | alt | number | 高度 |  |  
            
                | scale | object |  | 比例 Properties
    
    
        
        | Name | Type | Default | Description |  
            
                | x | number | 1 | 比例 |  
            
                | y | number | 1 | 比例 |  
            
                | z | number | 1 | 比例 |  |  
            
                | maximumScale | number | 100 | 最大比例 |  
            
                | minimumPixelSize | number | 60 | 最小像素 |  
            
                | scaleByDistance | boolean | true | 随视野缩放 |  
            
                | rotate | object |  | 旋转角度 Properties
    
    
        
        | Name | Type | Description |  
            
                | x | number | x轴旋转度数 |  
            
                | y | number | y轴旋转度数 |  
            
                | z | number | z轴旋转度数 |  |  
            
                | img | string |  | 图片地址 |  |