95 questions
-1 votes
1 answer
284 views
how to use Waze in Flutter?
I want to show a location with already installed Waze app with my flutter code , i use url_luncher to open it but it doesnt work this is url : Uri.parse('the url') so the print is : component name ...
0 votes
1 answer
167 views
Use Intent.resolveActivity to check if Waze app is exist in device is not working in Android 13 and above
I try to use this code to check if Waze app is in device, and it always returns false even if I have Waze in my device (it's in Android 13 and above). fun isWazeExist(): Boolean { val intent = ...
0 votes
0 answers
308 views
How to fix my linking of Waze App ? on Android
I'm developing an application and there's a button called "Directions" on it. Button opens a navigation app (Maps, Google Maps or Waze). This works on IOS and opens Maps, but on Android it's ...
0 votes
0 answers
79 views
detect the opening of an app like Waze and retrieve the entered route
Is it possible to create an application on iOS or Android that would detect the opening of an app like Waze and retrieve the entered route? The application could then open a notification afterwards, ...
-2 votes
1 answer
2k views
Waze inside a flutter application?
My question is : "Is it possible to run WAZE app inside a Flutter Application ?" I do not want to launch WAZE application outside my app I would like to run WAZE app inside a container in my ...
0 votes
1 answer
1k views
I want to integrate my own app in Waze app
for example i have a service application that I created. I want to switch easily between two apps. Some apps are allowed. Is it possible to add my own application?i did not try anything because i don'...
0 votes
2 answers
968 views
Android Auto navigation app, show an interactive interface when selecting a location
Context I am trying to create an Android Auto navigation app using HERE SDK. I want to create an interface that allows the user to interact with it when they select a location, such as a parking lot ...
0 votes
1 answer
928 views
How can I extract route alert data from Waze?
I've just made a long car travel and Waze gave me great alerts about the road quality. I'd like to share this info with the oversight authorities. Some of the roads were really bad and Waze informed ...
2 votes
0 answers
3k views
How to set the language of Android Auto voice recognition during navigation?
When I use voice recognition on my Android phone in apps Google Maps or Waze, it understands Hungarian language. However when I plug the same phone to my car and trying to do the same thing via ...
1 vote
1 answer
1k views
waze deep links - can't build url with multiple stops, is it possible?
I want to use waze deep links to open a route with multiple stops. One stop, of course, is easy. https://waze.com/ul?ll=51.80308,-0.04868&navigate=yes But there appears to be nothing in the docs ...
0 votes
1 answer
332 views
Waze Applications for Developers - How to
Where can I test possible feature improvements for the Waze Application? Looking for a non-prod environment specifically. I've done some research where I found conversations from other developers ...
0 votes
0 answers
254 views
Error in console when using the Waze iFrame
when I use the waze Iframe I get an error when trying to load LivemapConfig: Failed to load resource: the server responded with a status of 404 I can see this error when you open any web page with ...
2 votes
1 answer
463 views
How to create a "Waze like" progress button in Android:
I'm looking for a way to produce a button with progress functionality (the button is pressed at the end of the progress...) like in Waze, here in an example (the "Go now" button): I found ...
1 vote
1 answer
950 views
Waze, notification when someone pin traffic accident
my client has a small fleet of vehicles and he asked me to figure out how to get waze accident data sent to his phone. He said someone who is a competitor has alerts set up when there is an accident ...
0 votes
1 answer
456 views
Share Road Closures with Waze with JSON REST Endpoint
I am CCP member with Waze. I would like to know if it is possible to use my ArcGIS Server REST endpoint, in JSON format, to share data with Waze regarding closed roads? I know that you can share a ...