... | ... | @@ -2,10 +2,14 @@ |
|
|
|
|
|
get http://172.16.20.63:3000/poi/:zoom/:nwlng/:nwlat/:selng/:selat?category=["catecodeid1","catecodeid2"]
|
|
|
|
|
|
example
|
|
|
> http://172.16.20.63:3000/poi/0/0/0/0/0?category=["10020101","203030101","10040601"]
|
|
|
|
|
|
- ถ้าไม่ใส่ category คือเอาทุก category
|
|
|
|
|
|
example
|
|
|
> http://172.16.20.63:3000/poi/0/0/0/0/0
|
|
|
|
|
|
How to render category
|
|
|
|
|
|
```javascript
|
... | ... | |