isUsePlotVisible | 
            
Boolean
             | 
                
                    true
                 | 
                
                    optional
                    Whether it is affected by the visibility of the plotting object
                 | 
        
        
                visible | 
            
Boolean
             | 
                
                    false
                 | 
                
                    optional
                    Whether to show
                 | 
        
        
                scene | 
            
Scene
             | 
                
                 | 
                
                    optional
                    Set the scene
                 | 
        
        
                geoGraphicObject | 
            
geoGraphicObject
             | 
                
                 | 
                
                    optional
                    Set the symbol of the binding
                 | 
        
        
                position | 
            
MPoint3D
             | 
                
                 | 
                
                    optional
                    Set the effect location, if not set, get it from the symbol first. If the symbol is not bound, you need to update the location point through the updateEffect (options) interface.
                 | 
        
        
                trajectoryLength | 
            
Number
             | 
                
                    15
                 | 
                
                    optional
                    Track line display length (number of control points), default display 15, requirements must be greater than or equal to 2, otherwise all control points will be displayed.
                 | 
        
        
                intervalDistance | 
            
Number
             | 
                
                    1.0
                 | 
                
                    optional
                    Track minimum point spacing, unit: meters
                 | 
        
        
                lineWidth | 
            
Number
             | 
                
                    1
                 | 
                
                    optional
                    Trail line width, unit: pixels
                 | 
        
        
                aryGradientColors | 
            
Array
             | 
                
                    [new SuperMap3D.Color(1,0,0,1)]
                 | 
                
                    optional
                    Gradual change color array (up to 5 supported)
                 |