How to get turn by turn details real-time to my app

眉间皱痕 提交于 2019-12-20 04:07:59

问题


I'm doing a arduino project for my end year project.I'm making a smart glove for bike riders which can notify phone calls,Health tracking,Geo tracking and Navigation. I want to know is there any method I can get details about turn by turn navigation into my app.

i.e :if google navigation said "turn left" get that details and display in my app.

P.S:There is a product called Sneakair by easy jet shoes that auto vibrate when turn is arrived.

If this is impossible tell me another idea that can embed to my project it would appreciated.


回答1:


You should be aware about certain restrictions regarding Google Maps APIs. The Terms of service, paragraph 10.4 c says:

No navigation. You will not use the Service or Content for or in connection with (a) real-time navigation or route guidance; or (b) automatic or autonomous vehicle control.

https://developers.google.com/maps/terms#10-license-restrictions

So, you cannot use Maps API for real-time applications.



来源:https://stackoverflow.com/questions/40570775/how-to-get-turn-by-turn-details-real-time-to-my-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!