지하철이용경로검색의 자바 프로그램용 예제 소스입니다.
#parse("/contents/sub03/comCodePre.html")
//입력값
//출발지 X좌표 startX: 126.83948388112836
//출발지 Y좌표 startY: 37.558210971753226
//도착지 X좌표 endX : 127.01460762172958
//도착지 Y좌표 endY : 37.572507780397686
URI = "http://ws.bus.go.kr/api/rest/pathinfo/getPathInfoBySubway?startX=126.83948388112836&startY=37.558210971753226&endX=127.01460762172958&endY=37.572507780397686"; // URI을 설정한다.
filename = null; // GET 요청은 요청 파라미터가 필요없음
reqStr = null;
#parse("/contents/sub03/comCodePost.html")