本文介绍了在iOS应用中使用Google Map SDK和Swift进行转弯导航的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有一个应用程序,应提供逐行导航.目前,它使用Google Map SDK,并且我可以使用 AppCoda .问题是它看起来很难看-只是细蓝线.
There is an app, that should provide turn by turn navigation. At the moment it uses Google Map SDK and I was able to draw a route using Google Directions API and GMSPath using tutorial from AppCoda. Problem is it looks kind of ugly - simply thin blue line.
我的问题是,是否有可能使用Google Maps在应用程序内逐个导航地创建导航?
My questions is it possible create turn by turn navigation inside an app using Google Maps?
推荐答案
我认为Google确实提供了此选项,但并非免费提供.
I think Google does provide this option but not for free.
看看这个: https://cloud.google.com/maps-platform/ridesharing/
这篇关于在iOS应用中使用Google Map SDK和Swift进行转弯导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!