我想从xamarin表单中在位智应用程序中显示位置地址。尝试显示导航而不是地址时,又如何在位智应用程序中显示PIN和位置地址?有人可以帮助我吗?提前致谢! 附加位智网址:https://waze.com/ul?q=66%20Acacia%20Avenue&ll=45.6906304,-120.810983&navigate=yes
答案 0 :(得分:0)
您只需要在下面的代码中使用地址,纬度,经度并导航=是
Xamarin.Forms.Device.OpenUri(new Uri("https://waze.com/ul?q=your address&ll=latitude, longitude&navigate=yes"));
此代码将在两种平台上均适用。我已经签到Android了。