2017-11-26 1 views
-1

Google Directions (Maps) API를 기반으로 애플리케이션을 만들려고합니다. 기본적으로 나는 자동차로 어디로 가야하는지 사용자에게 알려주고 실제 여행 (경로 추적, 시간, 속도 등)을 모니터 할 모바일 앱을 개발할 것이다. 그런 다음 웹 플랫폼에 표시하고 통계를 계산하기 위해 검색된 데이터를 처리해야합니다.실제 기기에서 Google Directions의 GPS 데이터를 검색하는 방법

제 질문은 어떤 API를 사용해야합니까? 나는이 주제에 대해 실제로 조사했지만이 주제와 관련하여 유용한 정보 (예 : 튜토리얼과 같은)를 찾지 못했습니다. 사실이 도메인에서 새롭고 시작하고 어떻게해야할지 모르겠습니다.

따라서이 작업을 수행하기 위해 따라야 할 단계를 알려 주시면 감사하겠습니다. 또한 모든 유형의 자료 (자습서, 문서, 기사 및 그 주제 및 실제 초보자를위한 도움말)가 나에게 매우 도움이 될 것입니다.

You can refer the following link for parsing directions. 

https://developers.google.com/maps/documentation/directions/intro

+0

지금까지 연구 한 내용을 알려주십시오. – Nithin

답변

2
Refer the following link for directions API documentation. 

https://github.com/jd-alexander/Google-Directions-Android

On Location Listener,listen continuosly your current location and store in a list and after the trip is completed,You can use that list that which path that the user as travelled and do your algorithm according to your requirement. 
관련 문제