| |
---|
| | } |
---|
| | return head; |
---|
| | } |
---|
| | |
---|
| | private static JsonNode yolpConnection(String leftLatitude, String leftLongitude, String rightLatitude, String rightLongitude, int start, String gc) { |
---|
| | private static JsonNode yolpConnection(String leftLongitude, String leftLatitude, String rightLongitude, String rightLatitude, int start, String gc) { |
---|
| | String Result; |
---|
| | JsonNode json; |
---|
| | String URL = "https://map.yahooapis.jp/search/local/V1/localSearch?bbox=" + leftLongitude + "," + leftLatitude + "," + rightLongitude + "," + rightLatitude + "&gc=" + gc + "&start=" + start + "&results=100&output=json&appid=dj00aiZpPTVzYzloUDJjS0VMSyZzPWNvbnN1bWVyc2VjcmV0Jng9MGE-"; |
---|
| | Result = getResult(URL); |
---|
| |
---|
| | |
|