... | ... | @@ -184,7 +184,10 @@ get http://172.16.20.63:3000/poi?text=searchText&pagesize=10&pageno=0 |
|
|
example http://172.16.20.63:3000/poi?text=1234
|
|
|
|
|
|
```json
|
|
|
[
|
|
|
{
|
|
|
"resultCount" : 3712,
|
|
|
"totalPage" : 132,
|
|
|
"resultRows" : [
|
|
|
{
|
|
|
"MAPINFO_ID": 1234777,
|
|
|
"GEOSPATIAL": {
|
... | ... | @@ -221,6 +224,7 @@ example http://172.16.20.63:3000/poi?text=1234 |
|
|
"LABEL_ENG": "Bangchak Gas Station",
|
|
|
"CODE": "13010601"
|
|
|
}
|
|
|
]
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|