Class: StopQueryParameters

StopQueryParameters

站点查询参数类。

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 '@supermap/iclient-ol';

new StopQueryParameters(options);

common/iServer/StopQueryParameters.js, line 6
Name Type Description
options Object

参数。

Name Type Default Description
keyWord string

站点名称关键字。

returnPosition boolean false 可选

是否返回站点坐标信息。

Members

keyWordstring

站点名称关键字。

returnPositionboolean

是否返回站点坐标信息。

Methods

destroy()

common/iServer/StopQueryParameters.js, line 37

释放资源,将引用资源的属性置空。