百度地图的热力图PHP类库
(function(w){ // the heatmapFactory creates heatmap instances var heatmapFactory = (function(){ // store object constructor // a heatmap contains a store // the store has to know about the heatmap in order to trigger heatmap updates when datapoints get added var store = function store(hmap){ var _ = { // data is a two dimensional array // a datapoint gets saved as data[point-x-value][point-y-value] // the value at [point-x-value][point-y-value] is the occurrence of the datapoint data: [], // tight coupling of the heatmap object heatmap: hmap }; // the max occurrence - the heatmaps radial gradient alpha transition is based on it this.max = 1; this.get = function(key){ return _[key]; }; this.set = function(key, value){ _[key] = value; }; }
设置热力图展现的详细数据, 实现之后,即可以立刻展现
@param {Json Object } data
{"<b>max</b>" : {Number} 权重的最大值,
<br />"<b>data</b>" : {Array} 坐标详细数据,格式如下 <br/>
{"lng":116.421969,"lat":39.913527,"count":3}, 其中<br/>
lng lat分别为经纬度, count权重值
添加势力图的详细坐标点
@param {Number} lng 经度坐标
@param {Number} lat 经度坐标
@param {Number} count 经度坐标
免责声明
本站所有资源均由网友贡献或各大下载网站转载。请自行检查软件的完整性!本站所有资源仅供学习参考。请不要将它们用于商业目的。否则,一切后果由您负责!如有侵权,请联系我们删除。联系方式:admin@php.cn
相关文章
Oracle 数据库现在支持布尔数据类型吗?
12 Jan 2025
Oracle 数据库中布尔数据类型的可用性与其他 RDBMS(例如提供 BIT 数据类型的 Microsoft SQL Server)不同,Oracle 数据库...
在 Joomla 中连接第三方 PHP 库
28 Dec 2024
PHP 库很方便,因为可以从应用程序中的任何位置访问它们:从插件、组件模型、模块等。如果有人已经解决了类似的问题并将其设计为库(甚至更新了它),那就有意义了
为什么需要类型保护?探索不同类型及其用例
11 Nov 2024
为什么需要类型保护?探索不同类型及其用例 在 TypeScript 中,类型防护在使代码库更加可靠、对开发人员更友好方面发挥着重要作用。它们允许开发人员缩小范围,从而帮助确保类型安全
Hot Tools
热门文章
崩坏:星穹铁道 - 所有金色替罪羊谜题解决方案
18 Jan 2025
手游攻略
印第安纳琼斯与大圈:高棉齿轮位置指南
27 Dec 2024
手游攻略
Tales Of Graces F 重制版:所有锁定的宝箱密码
18 Jan 2025
手游攻略
鲁马岛:考古学家职业指南
03 Jan 2025
手游攻略
印第安纳琼斯与大圈:Gizeh 药瓶位置指南
31 Dec 2024
手游攻略