如何从真实设备中检索Google Directions GPS数据

时间:2017-11-26 23:42:53

标签: android directions google-maps-direction-api

我尝试根据Google Directions(Maps)API制作应用程序。基本上,我将开发一个移动应用程序,告诉用户在哪里用他们的汽车导航,我将监控实际的旅行(路线遵循,时间,速度等)。然后,我需要处理检索到的数据,以便在网络平台上显示它并计算一些统计数据。

我的问题是,我应该使用哪种API以及如何使用?我实际上已经搜索过这个主题但是我找不到有关这个主题的有用的东西(比如教程),因为我在这个领域是新手并且我不知道如何开始和做什么。

因此,如果你能给我一些我必须遵循的步骤来实现这一目标,我将非常感激。此外,所有类型的材料(教程,文档,文章以及有关该主题的任何内容以及真正初学者的提示)对我来说都非常非常有用!

1 个答案:

答案 0 :(得分:1)

Refer the following link for directions API documentation.

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

You can refer the following link for parsing directions.

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.