发送电子邮件导航未来位置Waze API

时间:2013-01-16 10:43:08

标签: javascript html email mobile waze

我想问一下,我是否有可能通过电子邮件发送通过智能手机按下的链接,waze将以特定地址打开。我看到了http://www.waze.co.il/dev/documentation/页面浏览器并尝试使用此功能访问智能手机的地址,但他没有回复(打开Goog​​le搜索 - Android)。 有这样的方式吗? (基本上模拟共享应用程序)。

2 个答案:

答案 0 :(得分:1)

您可以使用此网址(来自Weze API)打开浏览器:

使用JavaScript

document.querySelector('span').onclick = function() {
  location.href = 'waze://?q=<address search term>';
}
<span>Navigate</span>

使用html

<a href="waze://?q=<address search term>">Navigate</a>

  

我会通过电子邮件发送将通过智能手机按下的链接

您只需发送一封包含waze://?q=<address search term>

链接的电子邮件即可

答案 1 :(得分:0)

你现在不能。

该API仅供应用内使用(Android和iOS)。