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
0
votes
1 answer

How does Waze validate a user inputs and make decisions based on it?

The Waze application receives explicit input from users referring to many issues: traffic, police traps, construction, speedcams, accidents, weather conditions, or any hazards along the way. How does Waze validate whether these inputs are true or…
0
votes
0 answers

Node-RED connection to Waze

I am trying to use the http request node to get the route between 2 points using the following url (replace xxxxx with actual…
fPecc
  • 115
  • 7
0
votes
1 answer

Using waze functions with an external app

I'd like to know if it is possibile using waze's API about the community like danger points for an external app and integrated them with some our features.
0
votes
1 answer

What is the software concept behind traffic maps?

A simple question: what is the name of concept that, for example, Google Maps and Waze use to discover and indicate traffic jam? Is that from users information or something with satellite signals?
Taylon Assis
  • 332
  • 1
  • 6
  • 16
0
votes
0 answers

How to send location data to waze mapping

I am traying to send location info to waze and all other user can see I want to send location via http post or get request , how can I do it ?
Haim Rodrik
  • 95
  • 1
  • 2
  • 6
0
votes
0 answers

user. File looking for user name in files

I extracted the "user." file from the waze app for iPhone 6. In that file they have "Realtime.Name:" is that the same as the username. I also see "Realtime.FirstName" and "Realtime.LastName:" I am pretty sure those are the "Full name" fields. I am…
Trik
  • 1
0
votes
1 answer

Download traffic data set from waze or other open traffic data set

I am looking for open traffic data set for my thesis. I know the Waze has good congestion data set, however, my endeavors for finding a way to download its data set was resultless. So, could you please help me how can I access the historical or…
Asa Ya
  • 61
  • 1
  • 7
0
votes
1 answer

Open WAZE with Titanium App

i am developing an app where the user needs to go to some place, so, my client wants to use the WAZE App but i cant make it work in Android. Acording to WAZE i must do this: try { String url = "waze://?q=Hawaii"; Intent intent = new Intent(…
0
votes
1 answer

Bing Maps, can I use aerial imagery to edit my data like Waze?

I want to create a web interface where I can adjust my own "street" data to match aerial images of streets so that it is more accurate. I will have someone who is on the street, will see that it is inaccurately represented on my map and then they…
HaydenKai
  • 871
  • 7
  • 31
0
votes
1 answer

How do I add waze incident markers to a google maps javascript API-generated map with traffic?

I created a map showing traffic with the google maps javascript API using the TrafficLayer object. A googlmaps.com-generated map of the same area displays waze incident icons, but they do not show up on my map. Is there a way to include the incident…
Diane
  • 29
  • 7
0
votes
1 answer

Can we plot multiple location on waze map using waze API?

We are using google Map API for plotting multiple location in android mobile application. We want to use Waze MAP instead of google Map. Is that possible to use waze map and plot locations on it through my android application.
jitendra
  • 209
  • 3
  • 11
0
votes
2 answers

Send email navigating future location Waze API

I wanted to ask whether there is a possibility that I'll email a link that will be pressed on through the Smartphones, the waze will open with a specific address. I saw the page http://www.waze.co.il/dev/documentation/ browser and tried to access…
Mosh Feu
  • 28,354
  • 16
  • 88
  • 135
-1
votes
0 answers

Navigation not working on waze apps using android intent and google.navigation:q=

I want my mobile app users to choose from the installed navigation apps. I am using this code. This code is starting navigation in google maps, here maps but it is not starting navigation in waze app. It seems like a problem with waze app `public…
-1
votes
1 answer

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 application to keep the user inside my app. I do not want…
-1
votes
1 answer

ST_INTERSECTS issue BigQuery Waze

I'm using the following code to query a dataset based on a polygon: SELECT * FROM `waze-public-dataset.partner_name.view_jams_clustered` WHERE ST_INTERSECTS(geo, ST_GEOGFROMTEXT("POLYGON((-99.54913355822276 27.60526592074579,-99.52673174853038…
ZairaRosas
  • 27
  • 4