SuperMap.REST.CoordTransferParameters

坐标转换结果类。

Summary
SuperMap.REST.CoordTransferParameters 坐标转换结果类。
Properties
features
Constructor
SuperMap.REST.CoordTransferResult 坐标转换结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

features

{Array(<SuperMap.Feature>)} 坐标转换结果要素

Constructor

SuperMap.REST.CoordTransferResult

坐标转换结果类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

features {Array(SuperMap.Feature)} 坐标转换结果要素

Functions

destroy

destroy: function()

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

destroy: function()
释放资源,将引用资源的属性置空。
要素类组合了地理和属性,Feature 类同时具有 marker 和 lonlat 属性。
Close