Showing
1 changed file
with
9 additions
and
0 deletions
sharing.json
0 → 100644
1 | +{ | ||
2 | + "current_address" : { "address" : "현재 위치 주소", "x" : 127.1058342, "y" : 37.359708}, | ||
3 | + "number" : 10, | ||
4 | + "hospital_data" :[ | ||
5 | + {"name" : "병원명", "address" : "병원 주소", "x" : 129.075986, "y" : 35.179470, "distance" : 377830, "duration" : 15177133}, | ||
6 | + {"name" : "병원명", "address" : "병원 주소", "x" : 127.1058342, "y" : 37.359708, "distance" : 377830, "duration" : 15177133} | ||
7 | + ] | ||
8 | +} | ||
9 | + |
-
Please register or login to post a comment