dpa99c / react-native-launch-navigator

A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.
143 stars 34 forks source link

Question: Waze setting BOTH q & ll parameters? #35

Closed eranmore closed 4 years ago

eranmore commented 4 years ago

Question: Waze deeplink - What is the meaning of setting both Q & LL parameters?

For example: https://waze.com/ul?q=66%20Acacia%20Avenue&ll=45.6906304,-120.810983&navigate=yes vs. https://waze.com/ul?ll=45.6906304,-120.810983&navigate=yes Documentation isn't clear about it and it looks like the same behavior.

dpa99c commented 4 years ago

q is a search query string, ll is latitude/longitude pair. If you specify both, ll takes precedence. See the Waze developer docs for more detail.