文档
测试

兴趣点数量

POST
http://jimu.smartsteps.com/users/chart/view

接口描述

区域内不同类型poi的数量

请求参数

参数名
类型
描述
必填
classTag
string
示例:001201
必填
projectId
string
示例:18f011e8ef262d1a4560a680de9fd411
必填
timestamp
int
示例:1596524705000
必填
polygonIds
string
示例:1
必填

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
array
数据列表
必填
item
string
示例:大型品牌超市
必填
value
int
示例:4
必填
classTag
string
示例:001201
必填
chartType
string
示例:S22
必填
option
object
数据字典
必填
tooltipTitle
string
示例:区域内不同类型poi的数量
必填
unit
string
示例:个
必填
title
string
示例:兴趣点数量
必填
timestamp
int
示例:1596524705000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "001201", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596524705000, "polygonIds": "1" } ``` ``` { "result": { "data": [{ "item": "大型品牌超市", "value": 4 }, { "item": "商场", "value": 6 }, { "item": "便利店", "value": 1 }, { "item": "小区", "value": 198 }, { "item": "写字楼", "value": 137 }, { "item": "医院", "value": 8 }, { "item": "学校", "value": 33 }, { "item": "地铁站", "value": 6 }, { "item": "公交车站", "value": 34 }, { "item": "影剧院", "value": 3 }], "classTag": "001201", "chartType": "S22", "option": { "tooltipTitle": "区域内不同类型poi的数量", "unit": "个", "title": "兴趣点数量" }, "timestamp": 1596524705000 }, "code": 1, "message": "成功" } ```