Garmin 连接 Xamarin/C#
Garmin Connect Xamarin/C#
是否可以在 c#/xamarin 中连接到 toybox garmin 模块?
https://github.com/333fred/garmin-connect-sdk-xamarin
我已经尝试实现这一点并且已经能够连接。使用该代码连接后,我想读取 gps 纬度和经度。
直到现在我还没有找到在 c# 中导入玩具箱模块的方法。
现在我明白了,toybox 模块不在 nuget 包或 c# 环境中,它在 monkey c 中,我们必须在 monkey c 中创建应用程序,安装到 garmin 设备,然后我们的 xamarin 将检索数据
是否可以在 c#/xamarin 中连接到 toybox garmin 模块?
https://github.com/333fred/garmin-connect-sdk-xamarin 我已经尝试实现这一点并且已经能够连接。使用该代码连接后,我想读取 gps 纬度和经度。
直到现在我还没有找到在 c# 中导入玩具箱模块的方法。
现在我明白了,toybox 模块不在 nuget 包或 c# 环境中,它在 monkey c 中,我们必须在 monkey c 中创建应用程序,安装到 garmin 设备,然后我们的 xamarin 将检索数据