Forum Discussion

Mike's avatar
Mike
Qrew Member
4 years ago

Waze Button

I have 2 buttons, 1 is to open google maps and the directions to the address, the other is for Waze to do the same thing.  The google maps one works PERFECTLY, but the waze button only opens the app, it does not open the destination and route, etc.  Here's what I'm using for google maps which is working perfectly...

"http://maps.google.com/maps?f=q&hl=en&q="&URLEncode([Address])

and what I'm using for Waze which is only opening the app....

"https://www.waze.com/live-map?utm_source=waze_website&utm_campaign=waze_website&utm_medium=website_menu"&URLEncode([Address])


Hoping somebody might know!

------------------------------
Michael Brumfield
------------------------------

2 Replies

  • AustinK's avatar
    AustinK
    Qrew Commander
    https://developers.google.com/waze/deeplinks

    Scroll down to the section about navigating to a location and how to use Waze Deep Links. It looks like there are multiple ways to do it, either by address or by coordinates.  There may be other ways but this seems to be how they want you to do it.
    • Mike's avatar
      Mike
      Qrew Member
      thank you so much, Austin!!  I appreciate it!

      ------------------------------
      Michael Brumfield
      ------------------------------