SuperMap.Cloud.POIInfosResult

兴趣点搜索服务结果类。

Summary
SuperMap.Cloud.POIInfosResult 兴趣点搜索服务结果类。
Properties
poiInfos {Array(SuperMap.Cloud.POIInfo)} 服务返回的具体兴趣点信息集合。
totalHits {Integer} 兴趣点搜索服务查询到的记录总数。
Constructor
SuperMap.Cloud.POIInfosResult 兴趣点搜索服务结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

totalHits

{Integer} 兴趣点搜索服务查询到的记录总数。

poiInfos

{Array(SuperMap.Cloud.POIInfo)} 服务返回的具体兴趣点信息集合。

Constructor

SuperMap.Cloud.POIInfosResult

兴趣点搜索服务结果类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

totalHits {Integer} 趣点搜索服务查询到的记录总数。
poiInfos {Array(SuperMap.Cloud.POIInfo)} 服务返回的具体兴趣点信息集合。

Functions

destroy

destroy: function()

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

兴趣点信息类。 记录地理兴趣点的地址,名称,坐标等信息。
destroy: function()
释放资源,将引用资源的属性置空。
Close