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 - How to trigger standalone navigation applications with multiple way points via intent?

Today I'm using Android Intent in the following format to trigger navigation from my application on standalone navigation applications: Action : "android.intent.action.VIEW" URI : "google.navigation:q=48.605086,2.367014/48.607231,2.356997" Component…
bilgo
  • 137
  • 1
  • 9
1
vote
1 answer

Waze deep link in IOS, make "Open with Waze" to open my app

Deep link in IOS, make "Open with Waze" to open my app So we added a deep link on our iOS app , and it is working well and opens waze on the location we want But now when I have address sent on whatsapp and I am selecting the option to open it with…
1
vote
1 answer

Latitude and Longitude from google's geocoder not working on waze

I am trying to make this link work on waze app: https://waze.com/ul?ll=-58.440634,-34.611324&z=10 Those are the lattitude and longitude given by google's geocoder with address Felipe Vallese 490, Buenos…
zerocool
  • 123
  • 2
  • 6
1
vote
0 answers

launch-navigator and Waze app - launch navigation rather than search results

I'm using launch-navigator plugin in ionic 3 project. When I launch Waze app with an address, the app opens with search results with the address I passed. also tried passing extra parameter navigate:yes let options:LaunchNavigatorOptions = {extras:…
Nir-Z
  • 819
  • 1
  • 13
  • 31
1
vote
1 answer

Can I add my Maps application to "Android Auto" just like how Waze and Google Map does?

I am trying to build apps for android Auto. I can use MediaSession API to register music apps to show in Android Auto. Similarly Can I register my maps application to show in Android Auto?
bhkiran
  • 389
  • 1
  • 2
  • 11
1
vote
1 answer

Adding search box on map with google api android

I already add the search box and everything works well on every device with google maps installed, but when I try in a device with no google maps installed on it, the function doesn't work. I'm confused and try to add a waze deep links just in case…
Iganov
  • 85
  • 2
  • 14
1
vote
0 answers

Waze intent not working

I'm tried to write code that open Waze with address , its worked fine 10 month but now its just open Waze and not give me navigate , code below String uri = "geo:0,0?q=" + selectedName; Uri u = Uri.parse(uri); …
1
vote
0 answers

how to get a estimated arrival time to specipic point in googleMaps API and in waze API?

how to get a estimated arrival time to specipic point in googleMaps API and in WAZE API? I'm looking for the realy method in the API of waze and maps.
TsMt
  • 11
  • 1
1
vote
1 answer

Implicit intent to open waze or google and then start navigation

This is the thing I want to achieve: I have the LatLng object. The user clicks the button, it will let user to choose waze or googlemap to navigate (if the user only have one of them, just go into the app and start navigation)(if the have Waze and…
luke lin
  • 51
  • 4
1
vote
1 answer

How to open native GoogleMaps App & Waze App

I want to open directions driving mode in both GoogleMaps & Waze in native app. How to do it? func showActionSheet(vc: UIViewController) { let actionSheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet) …
Nur II
  • 173
  • 1
  • 2
  • 16
1
vote
1 answer

How to analyse historical waze data?

I'm trying to find a way to get historical speed data for a certain road in the UK to calculate its average speed per time of day AND the maximum speed driven by a any driver on the road between a period time. Any pointers how to do this from Waze?…
1
vote
0 answers

Guide for creating a navigation on google maps

I'm working on a app right now. I'd like to know if you have a guide on navigation, like the marker is moving on the road and trail a drawing of line. It's like the opposite of what waze is doing when navigating, the marker is following the drawing…
Jomark
  • 31
  • 8
1
vote
1 answer

Add automatically Point of interest

I'm currently working on a project and I want to automatically add information about a company or professional person. I know that there is a Waze API (hosted by Google) but they don't provide the possibility to add or modify map information. There…
1
vote
1 answer

How to get distance between two points from waze

i am developing an app in android that must recieve the distance between two points from the user after traveling between them, and that input must be validated, for that i'm thinking of using an API to get the information and make the validations…
karique
  • 533
  • 6
  • 17
1
vote
2 answers

Show waze map in my ionic app

I want to create an app that show the route between the current location and the user input location, so I want to show two option, the first the google maps route and the another waze maps, the google maps it's ok, I got. But the waze I didn't get…
Joao Henrique
  • 33
  • 1
  • 9