What is the correct syntax for using the waze:// URL handler on the iPhone? I want to create a link in my iPhone address book for certain entries using GPS coordinates. I can at least get Waze to open when I create a waze:// link but I can’t find any information on the correct syntax to use to set the coordinates as my destination.
Finally found some info:
Launching waze iPhone client with parameters
URL scheme can be used to launch waze with parameters from 3rd party app, email, SMS, web page link etc.
Following are the available parameters at the moment:
search for address:
waze://?q=<address search term>
center map to lat / lon:
waze://?ll=<lat>,<lon>
set zoom (minimum is 6):
waze://?z=<zoom>
Examples:
center map to Ayalon and set zoom to 10
waze://?ll=32.10176,34.80374&z=10
search for address:
waze://?q=San%20Jose%20California