현재 api/cafes/near로 longitude, latitude값을 Body에 담아 요청시 응답받는 데이터입니다.
{
"success": true,
"message": null,
"errors": null,
"data": [
{
"cafeId": "Ic5D7iayaEK7bxzD",
"name": "PIKA COFFEE",
"rating": [],
"signatures": [],
"img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA COFFEE.png",
"congestion": 0
},
{
"cafeId": "2wM8uPIUoNr94ztc",
"name": "Cafe de Nata",
"rating": [],
"signatures": [],
"img": "",
"congestion": 0
},
...
요청드리는 데이터입니다.
{
"success": true,
"message": null,
"errors": null,
"data": [
{
"cafeId": "Ic5D7iayaEK7bxzD",
"name": "PIKA COFFEE",
"rating": [],
"signatures": [],
"img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA
COFFEE.png",
"congestion": 0,
"geometry" : {
"type" : "@@@",
"coordinates" : [@@@, @@@]
}
},
{
"cafeId": "2wM8uPIUoNr94ztc",
"name": "Cafe de Nata",
"rating": [],
"signatures": [],
"img": "",
"congestion": 0,
"geometry" : {
"type" : "@@@",
"coordinates" : [@@@, @@@]
}
}
...
요청 사항
카페의 좌표값도 담아서 응답
현재 api/cafes/near로 longitude, latitude값을 Body에 담아 요청시 응답받는 데이터입니다.
{ "success": true, "message": null, "errors": null, "data": [ { "cafeId": "Ic5D7iayaEK7bxzD", "name": "PIKA COFFEE", "rating": [], "signatures": [], "img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA COFFEE.png", "congestion": 0 }, { "cafeId": "2wM8uPIUoNr94ztc", "name": "Cafe de Nata", "rating": [], "signatures": [], "img": "", "congestion": 0 }, ...요청드리는 데이터입니다.
{ "success": true, "message": null, "errors": null, "data": [ { "cafeId": "Ic5D7iayaEK7bxzD", "name": "PIKA COFFEE", "rating": [], "signatures": [], "img": "http://13.209.42.209:80/uploads/Ic5D7iayaEK7bxzD/PIKA COFFEE.png", "congestion": 0, "geometry" : { "type" : "@@@", "coordinates" : [@@@, @@@] } }, { "cafeId": "2wM8uPIUoNr94ztc", "name": "Cafe de Nata", "rating": [], "signatures": [], "img": "", "congestion": 0, "geometry" : { "type" : "@@@", "coordinates" : [@@@, @@@] } } ...요청 사항
카페의 좌표값도 담아서 응답