I'm building an application that automatically draws a route from my device' exact location to the latitude and longitude saved from my firebase realtime database. It's something like a marker(my current location) to the nearest saved markers in my database. Thanks in Advance masters!
答案 0 :(得分:0)
您需要使用Google Directions API。
这基本上是您将要使用的调用(显然是使用您自己的参数和坐标):
http://maps.googleapis.com/maps/api/directions/outputFormat?parameters
这将返回您的航点和路线,您可以在地图视图上使用它们来绘制路线。
您可以在此处找到更多详细信息: https://developers.google.com/maps/documentation/directions/intro