new StopQueryParameters(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.StopQueryParameters(options);
  
  // 弃用的写法
  new SuperMap.StopQueryParameters(options);
</script>
// ES6 Import
import { StopQueryParameters } from '@supermapgis/iclient-ol';
new StopQueryParameters(options);
        
        
        
            common/iServer/StopQueryParameters.js, line 6
        
        
    | Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    keyWordstring
- 
    
    站点名称关键字。 
- 
    returnPositionboolean
- 
    
    是否返回站点坐标信息。 
Methods
- 
    destroy()common/iServer/StopQueryParameters.js, line 37
- 
    
    释放资源,将引用资源的属性置空。