大家好,我想使用 Xamarin 表单开发导航应用程序。我能用什么?

Hi all, I want to develop navigation app in using Xamarin forms. What I can use?

我想使用 Xamarin 表单开发导航应用程序Like this。我能用什么?我愿意使用任何 Xamarin.Forms.map 或 Xamarin.Forms.GoogleMap。它应该让我知道所需的距离和时间。请找到随附的屏幕截图。

是的,我已经这样做了。使用Xamarin.Forms.GoogleMap和Google方向API。使用从 Google 方向 API 接收到的坐标创建多段线。 Google 方向 API 包含编码 "polyline"。我们必须解码 "polyline" 然后我们得到位置。使用该位置,我们可以创建折线,google 地图将绘制该折线本身。 Google 地图有 属性 条折线(它是一个列表),我们在其中添加了新创建的折线。感谢 Google.