Questions tagged [waze]

Waze (pronounced ways), formerly "Freemap", is a GPS-based geographical navigation application program for smartphones with GPS support and display screens which provides turn-by-turn information and user-submitted travel times and route details

From wikipedia https://en.wikipedia.org/wiki/Waze

95 questions
1
vote
1 answer

ANDROID Integrate my app with Waze

I want to integrate Waze into my android application. I follow the steps from the link below. https://www.waze.com/about/dev#android_api I search through the questions and found this same one but it is for ios xcode and waze integration Below is the…
0
votes
0 answers

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, for example? If it is indeed feasible, I am not…
Bastien D
  • 1,395
  • 2
  • 14
  • 26
0
votes
0 answers

Waze package hidden in android 13

So, in my android app (kotlin) I used to access the "com.waze" package in order to know if the device had Waze installed. However, ever since I updated my phone to Android 13 it seems like the package is hidden, so I have no way to know if Waze is…
PedroG
  • 33
  • 6
0
votes
1 answer

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't know how can i do
Sadece Ata
  • 60
  • 3
0
votes
2 answers

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 or destination. In Google Maps and Waze…
0
votes
1 answer

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 about the road spots that needed maintenance. Is…
neves
  • 33,186
  • 27
  • 159
  • 192
0
votes
0 answers

Flutter lost focus on phone if Android Auto runs Waze

I launch Waze from App with this code with button click: void launchWaze(String lat, String lng) async { Uri url = Uri.parse( 'https://waze.com/ul?ll=$lat,$lng&navigate=yes'); Uri fallbackUrl = …
0
votes
1 answer

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 mentioning testing...looks like an API existed at one…
0
votes
0 answers

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 embedded waze map in it, even the official waze page…
0
votes
1 answer

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 reported to waze within a certain mile radius,…
0
votes
1 answer

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 JSON file on a server, that is periodically written…
0
votes
1 answer

Open waze deeplink with bicycle mode

I'm trying to create and launch a deeplink based on the navigation apps the user have installed. More specifically, I trying to figure out which apps have parameters for transportation mode. For google maps it is possible to add an "mode" parameter…
0
votes
1 answer

Starting navigation with android intent

I have method which start navigation on external app. Method working well with google maps and sygic. But users started to reporting they can open navigation even with Waze but no data is transported via intent (so they see only waze main screen). I…
Tomas Ivan
  • 2,212
  • 2
  • 21
  • 34
0
votes
1 answer

How to open Waze's voice recognition from a 3rd party application?

There is an Android phone with 5.1.1 (Lollipop) version of Android. In this system after installing Waze, it is still using its own VR (voice recognition) mechanism, (and not the Google Assistant one). I'm perfectly fine with this, but now looking…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

How to draw a line within a view along the frame?

I'm trying to create a dialog fragment whose frame has a line that gets smaller (like a snake) at a certain time, of course in animation. It's like in Waze application, only that the line is complete and small at first. Pay attention to the…
Yonibagi
  • 147
  • 10