SuperMap.Feature

要素类组合了地理和属性,Feature 类同时具有 marker 和 lonlat 属性。

Summary
SuperMap.Feature 要素类组合了地理和属性,Feature 类同时具有 marker 和 lonlat 属性。
Properties
popupClass {SuperMap.Class} 用来实例化新的弹出窗口。默认为SuperMap.Popup.AnchoredBubble。
Constructor
SuperMap.Feature 构造函数,用来创建新的feature对象。

Properties

popupClass

{SuperMap.Class} 用来实例化新的弹出窗口。默认为SuperMap.Popup.AnchoredBubble。

Constructor

SuperMap.Feature

构造函数,用来创建新的feature对象。

Parameters

layer {SuperMap.Layer} 图层。
lonlat {SuperMap.LonLat} 经纬度。
data {Object} 数据对象。

Returns

{SuperMap.Feature}返回一个要素类。

所有 SuperMap 类的基类。
图层类。
这个类用来表示经度和纬度对。
构造函数,用来创建新的feature对象。
Close