SuperMap.Cloud.POIInfo

兴趣点信息类。 记录地理兴趣点的地址,名称,坐标等信息。

Summary
SuperMap.Cloud.POIInfo 兴趣点信息类。 记录地理兴趣点的地址,名称,坐标等信息。
Properties
address {String} 兴趣点地址描述。
location {SuperMap.LonLat} 兴趣点坐标信息。
name {String} 兴趣点名称信息。
score {Number)} 当前兴趣点与查询keyWords匹配分值。分值越高,表明兴趣点越准确。
telephone {String} 兴趣点的电话/联系方式信息。
uid {String} 兴趣点标记ID。
Constructor
SuperMap.Cloud.POIInfo 类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

address

{String} 兴趣点地址描述。

name

{String} 兴趣点名称信息。

location

{SuperMap.LonLat} 兴趣点坐标信息。

score

{Number)} 当前兴趣点与查询keyWords匹配分值。分值越高,表明兴趣点越准确。

telephone

{String} 兴趣点的电话/联系方式信息。

uid

{String} 兴趣点标记ID。

Constructor

SuperMap.Cloud.POIInfo

类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

address {String} 兴趣点地址描述。
name {String} 兴趣点名称信息。
location {SuperMap.LonLat} 兴趣点坐标信息。
score {Number} 当前兴趣点与查询keyWords匹配分值。
telephone {String} 兴趣点的电话/联系方式信息。
uid {String} 兴趣点标记ID。

Functions

destroy

destroy: function()

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

这个类用来表示经度和纬度对。
destroy: function()
释放资源,将引用资源的属性置空。
Close