UNPKG

@mapgis/webclient-common

Version:

mapgis ES6 format for igserver

10,390 lines 147 kB
<header id="page-title" class="page-title">
    
        <span class="page-title-main">类名</span>
        <span class="page-title-sub">SceneView</span>
    
</header>





<section>

<article>
    <div class="container-overview">
    
        
            <div class='vertical-section'>
                <div class="members">
                    <div class="member">
                        


    
    <h4 class="name" id="SceneView">
        <a class="href-link" href="#SceneView">#</a>
        
        <span class="code-name" id="SceneView" style="font-size:30px">
            
                new SceneView<span class="signature">(options)</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>三维视图基类</p>
    </div>
    









    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            

            <th>类型</th>

            

            <th class="last">描述</th>
        </tr>
        </thead>

        <tbody>
        

            
<tr class="deep-level-0">
  
      <td class="name"><code>options</code></td>
  

  <td class="type">
  
      
<span class="param-type">
    
             Object
    
</span>



  
  </td>

  

  <td class="description last"><p>构造参数</p></td>
</tr>



        
        </tbody>
    </table>
</div>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>
























                    </div>
                </div>
            </div>
        
    
    </div>
    
    
        <h3 class="subsection-title">继承关系</h3>

        


    <ul>
        <li><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></li>
    </ul>


    

    

    

    

    

    

    
        <div class='vertical-section'>
            <h3 id='member'>成员变量</h3>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
            <div class="table-container">
                <table class="params table">
                    <thead>
                    <tr>
                        <th>名称</th>
                        <th>类型</th>
                        <th>描述</th>
                    </tr>
                    </thead>
                    <tbody>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#_spatialReference">_spatialReference</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>视图空间参考系</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#allLayerViews">allLayerViews</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>所有图层视图</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#basemapLayerViews">basemapLayerViews</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>图层视图</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#center">center</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Array
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>视图中心点</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#cursor">cursor</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             String
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>鼠标样式,参考css的cursor样式</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Object
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>初始化视图的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Object
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#layerViews">layerViews</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>图层视图</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#map">map</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>地图管理容器对象</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>最大缩放比例尺</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>最大缩放级数</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#minScale">minScale</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>最小缩放比例尺</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#minZoom">minZoom</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>最小缩放级数</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#popup">popup</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Object
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>弹窗设置</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#rotation">rotation</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>视图旋转角度</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#scale">scale</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>地图视图的比例尺,改变该值后会立刻改变视图范围</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#stationary">stationary</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Boolean
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>视图是否静止</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#zoom">zoom</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type">
    
             Number
    
</span>



                                    </code>
                                </td>
                                <td class="name"><code><p>初始化级数</p></code></td>
                            </tr>
                        
                    </tbody>
                </table>
            </div>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
            <div class="members">
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
    
</span>



    </span>

<h4 class="name" id="_spatialReference">
    <a class="href-link" href="#_spatialReference">#</a>
    
        
            <span class='tag'>readonly</span>
        
    
    <span class="code-name">
        _spatialReference
    </span>
    
</h4>




<div class="description">
    <p>视图空间参考系</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="_spatialReference" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#_spatialReference" BaseView.html#_spatialReference>BaseView#_spatialReference</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



    </span>

<h4 class="name" id="allLayerViews">
    <a class="href-link" href="#allLayerViews">#</a>
    
        
            <span class='tag'>readonly</span>
        
    
    <span class="code-name">
        allLayerViews
    </span>
    
</h4>




<div class="description">
    <p>所有图层视图</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="allLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#allLayerViews" BaseView.html#allLayerViews>BaseView#allLayerViews</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



    </span>

<h4 class="name" id="basemapLayerViews">
    <a class="href-link" href="#basemapLayerViews">#</a>
    
        
            <span class='tag'>readonly</span>
        
    
    <span class="code-name">
        basemapLayerViews
    </span>
    
</h4>




<div class="description">
    <p>图层视图</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="basemapLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#basemapLayerViews" BaseView.html#basemapLayerViews>BaseView#basemapLayerViews</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Array
    
</span>



    </span>

<h4 class="name" id="center">
    <a class="href-link" href="#center">#</a>
    
    <span class="code-name">
        center
    </span>
    
</h4>




<div class="description">
    <p>视图中心点</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="center" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#center" BaseView.html#center>BaseView#center</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             String
    
</span>



    </span>

<h4 class="name" id="cursor">
    <a class="href-link" href="#cursor">#</a>
    
    <span class="code-name">
        cursor
    </span>
    
</h4>




<div class="description">
    <p>鼠标样式,参考css的cursor样式</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="cursor" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#cursor" BaseView.html#cursor>BaseView#cursor</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Object
    
</span>



    </span>

<h4 class="name" id="extendOptions">
    <a class="href-link" href="#extendOptions">#</a>
    
    <span class="code-name">
        extendOptions
    </span>
    
</h4>




<div class="description">
    <p>初始化视图的额外参数,可以通过该参数传入引擎原生的构造参数</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="extendOptions" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#extendOptions" BaseView.html#extendOptions>BaseView#extendOptions</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Object
    
</span>



    </span>

<h4 class="name" id="extendProps">
    <a class="href-link" href="#extendProps">#</a>
    
    <span class="code-name">
        extendProps
    </span>
    
</h4>




<div class="description">
    <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="extendProps" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#extendProps" BaseView.html#extendProps>BaseView#extendProps</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    <dt class="tag-default">Default Value:</dt>
    <dd class="tag-default"><ul class="dummy">
            <li>{}</li>
        </ul></dd>
    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
    
</span>



    </span>

<h4 class="name" id="layerViews">
    <a class="href-link" href="#layerViews">#</a>
    
        
            <span class='tag'>readonly</span>
        
    
    <span class="code-name">
        layerViews
    </span>
    
</h4>




<div class="description">
    <p>图层视图</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="layerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#layerViews" BaseView.html#layerViews>BaseView#layerViews</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    </span>

<h4 class="name" id="map">
    <a class="href-link" href="#map">#</a>
    
    <span class="code-name">
        map
    </span>
    
</h4>




<div class="description">
    <p>地图管理容器对象</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="map" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#map" BaseView.html#map>BaseView#map</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="maxScale">
    <a class="href-link" href="#maxScale">#</a>
    
    <span class="code-name">
        maxScale
    </span>
    
</h4>




<div class="description">
    <p>最大缩放比例尺</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="maxScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxScale" BaseView.html#maxScale>BaseView#maxScale</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="maxZoom">
    <a class="href-link" href="#maxZoom">#</a>
    
    <span class="code-name">
        maxZoom
    </span>
    
</h4>




<div class="description">
    <p>最大缩放级数</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="maxZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxZoom" BaseView.html#maxZoom>BaseView#maxZoom</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="minScale">
    <a class="href-link" href="#minScale">#</a>
    
    <span class="code-name">
        minScale
    </span>
    
</h4>




<div class="description">
    <p>最小缩放比例尺</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="minScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minScale" BaseView.html#minScale>BaseView#minScale</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="minZoom">
    <a class="href-link" href="#minZoom">#</a>
    
    <span class="code-name">
        minZoom
    </span>
    
</h4>




<div class="description">
    <p>最小缩放级数</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="minZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minZoom" BaseView.html#minZoom>BaseView#minZoom</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Object
    
</span>



    </span>

<h4 class="name" id="popup">
    <a class="href-link" href="#popup">#</a>
    
    <span class="code-name">
        popup
    </span>
    
</h4>




<div class="description">
    <p>弹窗设置</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="popup" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#popup" BaseView.html#popup>BaseView#popup</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="rotation">
    <a class="href-link" href="#rotation">#</a>
    
    <span class="code-name">
        rotation
    </span>
    
</h4>




<div class="description">
    <p>视图旋转角度</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="rotation" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#rotation" BaseView.html#rotation>BaseView#rotation</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="scale">
    <a class="href-link" href="#scale">#</a>
    
    <span class="code-name">
        scale
    </span>
    
</h4>




<div class="description">
    <p>地图视图的比例尺,改变该值后会立刻改变视图范围</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="scale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#scale" BaseView.html#scale>BaseView#scale</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Boolean
    
</span>



    </span>

<h4 class="name" id="stationary">
    <a class="href-link" href="#stationary">#</a>
    
        
            <span class='tag'>readonly</span>
        
    
    <span class="code-name">
        stationary
    </span>
    
</h4>




<div class="description">
    <p>视图是否静止</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="stationary" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#stationary" BaseView.html#stationary>BaseView#stationary</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
                <div class="member">

    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type">
    
             Number
    
</span>



    </span>

<h4 class="name" id="zoom">
    <a class="href-link" href="#zoom">#</a>
    
    <span class="code-name">
        zoom
    </span>
    
</h4>




<div class="description">
    <p>初始化级数</p>
</div>





<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="zoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#zoom" BaseView.html#zoom>BaseView#zoom</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>





</div>
            
            </div>
        </div>
    

    
        <div class='vertical-section'>
            <h3 id='function'>方法</h3>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
            <div class="members">
            <div class="table-container">
                <table class="params table">
                    <thead>
                    <tr>
                        <th>名称</th>
                        <th>返回值类型</th>
                        <th>描述</th>
                    </tr>
                    </thead>
                    <tbody>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">
    
             <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
    
</span>



                                            
                                    </code>
                                </td>
                                <td class="name"><code><p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">
    
             Object
    
</span>
|

<span class="param-type">
    
             null
    
</span>



                                            
                                    </code>
                                </td>
                                <td class="name"><code><p>根据基础图层对象或者图层id查询并返回实际图层,如果是场景图层,则会返回一个数组对象</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#getInnerView">getInnerView</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">
    
             Object
    
</span>



                                            
                                    </code>
                                </td>
                                <td class="name"><code><p>获取引擎视图对象,在leaflet引擎上返回leafelt map,在cesium引擎上返回cesium viewer</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#getLayer">getLayer</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">
    
             <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
    
</span>



                                            
                                    </code>
                                </td>
                                <td class="name"><code><p>根据基础图层id查询并返回基础图层对象</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#setMap">setMap</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                    </code>
                                </td>
                                <td class="name"><code><p>添加图层管理容器</p></code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">
    
             Object
    
</span>



                                            
                                    </code>
                                </td>
                                <td class="name"><code><p>转换为json对象</p></code></td>
                            </tr>
                        
                    </tbody>
                </table>
            </div>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
            
                <div class="member">


    
    <h4 class="name" id=".fromJSON">
        <a class="href-link" href="#.fromJSON">#</a>
        
            
                <span class='tag'>static</span>
            
        
        <span class="code-name" id="fromJSON" style="font-size:30px">
            
                fromJSON<span class="signature">(json)</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p><a id='fromJSON'></a>
通过一个配置生成一个场景视图对象</p>
    </div>
    









    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            

            <th>类型</th>

            

            <th class="last">描述</th>
        </tr>
        </thead>

        <tbody>
        

            
<tr class="deep-level-0">
  
      <td class="name"><code>json</code></td>
  

  <td class="type">
  
      
<span class="param-type">
    
             Object
    
</span>



  
  </td>

  

  <td class="description last"><p>场景视图配置</p></td>
</tr>



        
        </tbody>
    </table>
</div>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>


















    <div class='columns method-parameter'>
        <div class="column is-2"><label>返回值</label></div>
        <div class="column is-10">
            
                    

<div class="columns">
    
    
    <div class='column is-5 has-text-left'>
        <label>类型: </label>
        
<span class="param-type">
    
             <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
    
</span>



    </div>
    
</div>

                
        </div>
    </div>






</div>
            
                <div class="member">


    
    <h4 class="name" id="getInnerLayer">
        <a class="href-link" href="#getInnerLayer">#</a>
        
        <span class="code-name" id="getInnerLayer" style="font-size:30px">
            
                getInnerLayer<span class="signature">(layer)</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>根据基础图层对象或者图层id查询并返回实际图层,如果是场景图层,则会返回一个数组对象</p>
    </div>
    









    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            

            <th>类型</th>

            

            <th class="last">描述</th>
        </tr>
        </thead>

        <tbody>
        

            
<tr class="deep-level-0">
  
      <td class="name"><code>layer</code></td>
  

  <td class="type">
  
      
<span class="param-type">
    
             Object
    
</span>
|

<span class="param-type">
    
             String
    
</span>



  
  </td>

  

  <td class="description last"><p>基础图层对象或者图层id</p></td>
</tr>



        
        </tbody>
    </table>
</div>






<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="getInnerLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerLayer" BaseView.html#getInnerLayer>BaseView#getInnerLayer</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>


















    <div class='columns method-parameter'>
        <div class="column is-2"><label>返回值</label></div>
        <div class="column is-10">
            
                    

<div class="columns">
    
    <div class='param-desc column is-7'><p>实际图层对象</p></div>
    
    
    <div class='column is-5 has-text-left'>
        <label>类型: </label>
        
<span class="param-type">
    
             Object
    
</span>
|

<span class="param-type">
    
             null
    
</span>



    </div>
    
</div>

                
        </div>
    </div>






    <h5>示例</h5>
    
        <p class="code-caption"><h7>根据基础图层对象或者图层id查询并返回实际图层</h7></p>
    
    
        <pre class="prettyprint"><code>// ES5引入方式
const { IGSSceneLayer } = zondy.layer
// ES6引入方式
import { IGSSceneLayer } from "@mapgis/webclient-cesium-plugin"
// 添加一个场景图层
const igsSceneLayer = new IGSSceneLayer({
  url: 'http://192.168.82.89:8089/igs/rest/g3d/Scene:DaYanTa-M3D'
});
map.add(igsSceneLayer);
// 添加完毕后,过去实际图层对象
igsSceneLayer.on("layerview-created", function (result) {
  console.log("加载完毕:", result.layer)
  const innerLayer = view.getInnerLayer(igsSceneLayer)
  console.log("innerLayer:", innerLayer)
})</code></pre>
    


</div>
            
                <div class="member">


    
    <h4 class="name" id="getInnerView">
        <a class="href-link" href="#getInnerView">#</a>
        
        <span class="code-name" id="getInnerView" style="font-size:30px">
            
                getInnerView<span class="signature">()</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>获取引擎视图对象,在leaflet引擎上返回leafelt map,在cesium引擎上返回cesium viewer</p>
    </div>
    













<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="getInnerView" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerView" BaseView.html#getInnerView>BaseView#getInnerView</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>


















    <div class='columns method-parameter'>
        <div class="column is-2"><label>返回值</label></div>
        <div class="column is-10">
            
                    

<div class="columns">
    
    
    <div class='column is-5 has-text-left'>
        <label>类型: </label>
        
<span class="param-type">
    
             Object
    
</span>



    </div>
    
</div>

                
        </div>
    </div>






</div>
            
                <div class="member">


    
    <h4 class="name" id="getLayer">
        <a class="href-link" href="#getLayer">#</a>
        
        <span class="code-name" id="getLayer" style="font-size:30px">
            
                getLayer<span class="signature">(layerId)</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>根据基础图层id查询并返回基础图层对象</p>
    </div>
    









    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            

            <th>类型</th>

            

            <th class="last">描述</th>
        </tr>
        </thead>

        <tbody>
        

            
<tr class="deep-level-0">
  
      <td class="name"><code>layerId</code></td>
  

  <td class="type">
  
      
<span class="param-type">
    
             String
    
</span>



  
  </td>

  

  <td class="description last"><p>基础图层ID</p></td>
</tr>



        
        </tbody>
    </table>
</div>






<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="getLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getLayer" BaseView.html#getLayer>BaseView#getLayer</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>


















    <div class='columns method-parameter'>
        <div class="column is-2"><label>返回值</label></div>
        <div class="column is-10">
            
                    

<div class="columns">
    
    <div class='param-desc column is-7'><p>基础图层对象</p></div>
    
    
    <div class='column is-5 has-text-left'>
        <label>类型: </label>
        
<span class="param-type">
    
             <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
    
</span>



    </div>
    
</div>

                
        </div>
    </div>






</div>
            
                <div class="member">


    
    <h4 class="name" id="setMap">
        <a class="href-link" href="#setMap">#</a>
        
        <span class="code-name" id="setMap" style="font-size:30px">
            
                setMap<span class="signature">(map)</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>添加图层管理容器</p>
    </div>
    









    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            

            <th>类型</th>

            

            <th class="last">描述</th>
        </tr>
        </thead>

        <tbody>
        

            
<tr class="deep-level-0">
  
      <td class="name"><code>map</code></td>
  

  <td class="type">
  
      
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



  
  </td>

  

  <td class="description last"><p>图层管理容器</p></td>
</tr>



        
        </tbody>
    </table>
</div>






<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="setMap" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#setMap" BaseView.html#setMap>BaseView#setMap</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























</div>
            
                <div class="member">


    
    <h4 class="name" id="toJSON">
        <a class="href-link" href="#toJSON">#</a>
        
        <span class="code-name" id="toJSON" style="font-size:30px">
            
                toJSON<span class="signature">()</span>
            
        </span>
    </h4>
    

    
    <div class="description">
        <p>转换为json对象</p>
    </div>
    













<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="toJSON" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#toJSON" BaseView.html#toJSON>BaseView#toJSON</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>


















    <div class='columns method-parameter'>
        <div class="column is-2"><label>返回值</label></div>
        <div class="column is-10">
            
                    

<div class="columns">
    
    <div class='param-desc column is-7'><p>json对象</p></div>
    
    
    <div class='column is-5 has-text-left'>
        <label>类型: </label>
        
<span class="param-type">
    
             Object
    
</span>



    </div>
    
</div>

                
        </div>
    </div>






</div>
            
            </div>
        </div>
    

    

    
        <div class='vertical-section' style='margin-top: 10px'>
            <h3 id='event'>事件</h3>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
            <div class="table-container">
                <table class="params table">
                    <thead>
                    <tr>
                        <th>名称</th>
                        <th>描述</th>
                    </tr>
                    </thead>
                    <tbody>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#地图大小变化事件">地图大小变化事件</a></code></td>
                                <td class="name"><code>地图大小变化事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
                                <td class="name"><code>地图视图加载完毕事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#地图视图改变事件">地图视图改变事件</a></code></td>
                                <td class="name"><code>地图视图改变事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#视图图层创建事件">视图图层创建事件</a></code></td>
                                <td class="name"><code>视图图层创建事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
                                <td class="name"><code>视图图层创建错误事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#视图图层移除事件">视图图层移除事件</a></code></td>
                                <td class="name"><code>视图图层移除事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#键盘抬起事件">键盘抬起事件</a></code></td>
                                <td class="name"><code>键盘抬起事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#键盘按下事件">键盘按下事件</a></code></td>
                                <td class="name"><code>键盘按下事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标双击事件">鼠标双击事件</a></code></td>
                                <td class="name"><code>鼠标双击事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
                                <td class="name"><code>鼠标抬起事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
                                <td class="name"><code>鼠标拖拽事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标按下事件">鼠标按下事件</a></code></td>
                                <td class="name"><code>鼠标按下事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标点击事件">鼠标点击事件</a></code></td>
                                <td class="name"><code>鼠标点击事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
                                <td class="name"><code>鼠标点击立即响应事件</code></td>
                            </tr>
                        
                            <tr class="deep-level-0">
                                <td class="name"><code><a  href="#鼠标移动事件">鼠标移动事件</a></code></td>
                                <td class="name"><code>鼠标移动事件</code></td>
                            </tr>
                        
                    </tbody>
                </table>
            </div>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
            <div class="members">
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E5%9C%B0%E5%9B%BE%E5%A4%A7%E5%B0%8F%E5%8F%98%E5%8C%96%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E5%9C%B0%E5%9B%BE%E5%A4%A7%E5%B0%8F%E5%8F%98%E5%8C%96%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="地图大小变化事件" style="font-size:30px">
            
                地图大小变化事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'resize'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>oldWidth</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化前的视图宽度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>oldHeight</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化前的视图高度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>width</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化后的视图高度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>height</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化后的视图高度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:地图大小变化事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图大小变化事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E5%25A4%25A7%25E5%25B0%258F%25E5%258F%2598%25E5%258C%2596%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图大小变化事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>地图大小变化事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('resize', (event) => {
  console.log("地图大小变化事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E5%9C%B0%E5%9B%BE%E8%A7%86%E5%9B%BE%E5%8A%A0%E8%BD%BD%E5%AE%8C%E6%AF%95%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E5%9C%B0%E5%9B%BE%E8%A7%86%E5%9B%BE%E5%8A%A0%E8%BD%BD%E5%AE%8C%E6%AF%95%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="地图视图加载完毕事件" style="font-size:30px">
            
                地图视图加载完毕事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            

            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    

    

    <td class="description last"><p>事件对象</p></td>
</tr>

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:地图视图加载完毕事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图加载完毕事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图加载完毕事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>地图视图加载完毕事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('loaded', (event) => {
  console.log("点击事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E5%9C%B0%E5%9B%BE%E8%A7%86%E5%9B%BE%E6%94%B9%E5%8F%98%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E5%9C%B0%E5%9B%BE%E8%A7%86%E5%9B%BE%E6%94%B9%E5%8F%98%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="地图视图改变事件" style="font-size:30px">
            
                地图视图改变事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'view-change'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapView</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>scale</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图比例尺</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>zoom</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图层级</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>center</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图中心</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:地图视图改变事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图改变事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E6%2594%25B9%25E5%258F%2598%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图改变事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>地图视野改变事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('view-change', (event) => {
  console.log("地图视图改变事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E5%88%9B%E5%BB%BA%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E5%88%9B%E5%BB%BA%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="视图图层创建事件" style="font-size:30px">
            
                视图图层创建事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'layerview-created'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>layer</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>layerView</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图中心</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>view</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:视图图层创建事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>视图图层创建事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('layerview-created', (event) => {
  console.log("添加地图图层事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E5%88%9B%E5%BB%BA%E9%94%99%E8%AF%AF%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E5%88%9B%E5%BB%BA%E9%94%99%E8%AF%AF%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="视图图层创建错误事件" style="font-size:30px">
            
                视图图层创建错误事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'layerview-created-error'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>layer</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>view</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>error</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             String
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>错误消息</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:视图图层创建错误事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建错误事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E9%2594%2599%25E8%25AF%25AF%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建错误事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>视图图层创建错误事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('layerview-created-error', (event) => {
  console.log("添加地图图层事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E7%A7%BB%E9%99%A4%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E8%A7%86%E5%9B%BE%E5%9B%BE%E5%B1%82%E7%A7%BB%E9%99%A4%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="视图图层移除事件" style="font-size:30px">
            
                视图图层移除事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'layerview-remove'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>layer</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>layerView</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图中心</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>view</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件地图视图对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:视图图层移除事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层移除事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E7%25A7%25BB%25E9%2599%25A4%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层移除事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>视图图层移除事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('layerview-remove', (event) => {
  console.log("销毁地图图层事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%94%AE%E7%9B%98%E6%8A%AC%E8%B5%B7%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%94%AE%E7%9B%98%E6%8A%AC%E8%B5%B7%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="键盘抬起事件" style="font-size:30px">
            
                键盘抬起事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'key-up'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>key</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             String
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化后的视图高度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:键盘抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘抬起事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘抬起事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>键盘抬起事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('key-up', (event) => {
  console.log("键盘抬起事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%94%AE%E7%9B%98%E6%8C%89%E4%B8%8B%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%94%AE%E7%9B%98%E6%8C%89%E4%B8%8B%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="键盘按下事件" style="font-size:30px">
            
                键盘按下事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'key-down'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>key</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             String
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>变化后的视图高度,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:键盘按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘按下事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘按下事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>键盘按下事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('key-down', (event) => {
  console.log("键盘按下事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E5%8F%8C%E5%87%BB%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E5%8F%8C%E5%87%BB%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标双击事件" style="font-size:30px">
            
                鼠标双击事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'double-click'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>longitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的经度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>latitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的纬度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标双击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标双击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标双击事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标双击事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('double-click', (event) => {
  console.log("双击事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E6%8A%AC%E8%B5%B7%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E6%8A%AC%E8%B5%B7%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标抬起事件" style="font-size:30px">
            
                鼠标抬起事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'pointer-up'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>longitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的经度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>latitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的纬度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标抬起事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标抬起事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标抬起事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('pointer-up', (event) => {
  console.log("鼠标抬起事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E6%8B%96%E6%8B%BD%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E6%8B%96%E6%8B%BD%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标拖拽事件" style="font-size:30px">
            
                鼠标拖拽事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'drag'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>button</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>buttons</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>cancelable</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Boolean
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>origin</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>拖拽起点</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>stopPropagation</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             function
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>阻止事件捕获或冒泡</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>native</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>action</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             String
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>拖拽状态</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             String
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标拖拽事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标拖拽事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258B%2596%25E6%258B%25BD%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标拖拽事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标拖拽事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('drag', (event) => {
  console.log("鼠标拖拽事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E6%8C%89%E4%B8%8B%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E6%8C%89%E4%B8%8B%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标按下事件" style="font-size:30px">
            
                鼠标按下事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'pointer-down'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>longitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的经度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>latitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的纬度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标按下事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标按下事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标按下事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('pointer-down', (event) => {
  console.log("鼠标按下事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E7%82%B9%E5%87%BB%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E7%82%B9%E5%87%BB%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标点击事件" style="font-size:30px">
            
                鼠标点击事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'click'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>button</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>buttons</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>stopPropagation</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             function
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>阻止事件捕获或冒泡</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>native</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标点击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标点击事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('click', (event) => {
  console.log("点击事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E7%82%B9%E5%87%BB%E7%AB%8B%E5%8D%B3%E5%93%8D%E5%BA%94%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E7%82%B9%E5%87%BB%E7%AB%8B%E5%8D%B3%E5%93%8D%E5%BA%94%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标点击立即响应事件" style="font-size:30px">
            
                鼠标点击立即响应事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'immediate-click'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>button</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>buttons</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Number
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>stopPropagation</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             function
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>阻止事件捕获或冒泡</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>native</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标点击立即响应事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击立即响应事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E7%25AB%258B%25E5%258D%25B3%25E5%2593%258D%25E5%25BA%2594%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击立即响应事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标立即点击事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('immediate-click', (event) => {
  console.log("点击事件:", event)
})</code></pre>
    



                </div>
            
                <div class="member">
                    


    
    <h4 class="name" id="event:%E9%BC%A0%E6%A0%87%E7%A7%BB%E5%8A%A8%E4%BA%8B%E4%BB%B6">
        <a class="href-link" href="#event:%E9%BC%A0%E6%A0%87%E7%A7%BB%E5%8A%A8%E4%BA%8B%E4%BB%B6">#</a>
        
        <span class="code-name" id="鼠标移动事件" style="font-size:30px">
            
                鼠标移动事件
            
        </span>
    </h4>
    

    













    <h5 class="subsection-title">属性:</h5>

    
<div class="table-container">
    <table class="props table">
        <thead>
        <tr>
            
            <th>Name</th>
            

            <th>Type</th>

            
            <th>Attributes</th>
            

            
            <th>Default</th>
            

            <th class="last">Description</th>
        </tr>
        </thead>

        <tbody>
        
            
<tr class="deep-level-0">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>type</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
            'pointer-move'
        
        </td>
    

    <td class="description last"><p>事件类型</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>mapPoint</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标在地图上的经纬度位置</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>longitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的经度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>latitude</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的纬度坐标,单位度</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>x</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素x坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>y</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>鼠标的像素y坐标,单位px</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>timeStamp</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>时间戳,单位ms</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>sourceTarget</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件发起对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>target</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件接收对象</p></td>
</tr>

  
      
<tr class="deep-level-1">
    
        <td class="name"><code>event</code></td>
    

    <td class="type">
    
        
<span class="param-type">
    
             Object
    
</span>



    
    </td>

    
        <td class="attributes">
        
            &lt;optional><br>
        

        
        </td>
    

    
        <td class="default">
        
        </td>
    

    <td class="description last"><p>事件对象</p></td>
</tr>

  

        
        </tbody>
    </table>
</div>



<dl class="details">

    

    

    
    <dt class="inherited-from">Inherited From:</dt>
    <dd class="inherited-from"><ul class="dummy"><li>
        <a goto="event:鼠标移动事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标移动事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标移动事件</a>
    </li></ul></dd>
    

    

    

    

    

    

    

    

    

    
    

    

    

    
</dl>























    <h5>示例</h5>
    
        <p class="code-caption"><h7>鼠标移动事件</h7></p>
    
    
        <pre class="prettyprint"><code>view.on('pointer-move', (event) => {
  console.log("鼠标移动事件:", event)
})</code></pre>
    



                </div>
            
            </div>
        </div>
    
</article>

</section>