Giter VIP home page Giter VIP logo

waze's People

Contributors

mkoloberdin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

waze's Issues

Add waze on the F-Droid FOSS catalogue

Hello,

Since waze app are Free and Open Source Softwares could you consider putting the Android app on F-Droid, a catalog for FOSS applications on Android. It would allow those who do not wish to not use (or as little as possible) the services from Google (here the Play Store) to easily have access to the app.

Since the app is under the GPL license there shouldn't be any problem but it would require updating both the Play Store and F-Droid after each release.

Using non-gps equipped devices with bluetooth GPS units

I've got the Amazon Fire HD 10 recently and was surprised to learn that it lacks built-in GPS unit. I bought the Garmin Glo and it seems to run decent with Google maps.

Using Waze, however, seems impossible. The reason seems to be that Waze requests permission to access GPS, which the device does not have, as already mentioned.

Here's what happens.

screenshot_2018-05-18-14-02-21

Waze requests GPS. I click on Turn on GPS.

screenshot_2018-05-18-14-02-52

This screen is shown upon.

screenshot_2018-05-18-14-02-48

After scrolling a bit, I can see that Waze has access to my location.

I am using mock location developer functionality and Bluetooth GPS to get the apps to use it.
The problem for me is that it does not seem like Waze would try to use the mock data. The map would just get set over the Ocean and that's it.

Oh, on top of that Waze won't even log me in. The reason does not seem obvious to me. I'm using the same account on my cellphone with no issues. Maybe I should post another issue for this.
screenshot_2018-05-18-14-04-59

How to compile the source code

I want to look at the source code to compile, learn about the program, but does not know how to build. I am an android application developer.

Waze map for Developers ( Swift)

I found the conversion of App Waze interface to Swift. So I did the conversion and am publishing for those who need it.

func viewWaze(location : CLLocation) {

    var latitude:Double = location.coordinate.latitude;
    var longitude:Double = location.coordinate.longitude;

    var link:String = "waze://"
    var url:NSURL = NSURL(string: link)!

    if UIApplication.sharedApplication().canOpenURL(url) {

        var urlStr:NSString = NSString(format: "waze://?ll=%f,%f&navigate=yes",latitude, longitude)

        UIApplication.sharedApplication().openURL(NSURL(string: urlStr)!)
        UIApplication.sharedApplication().idleTimerDisabled = true


    } else {
        link = "http://itunes.apple.com/us/app/id323229106"
        UIApplication.sharedApplication().openURL(NSURL(string: link)!)
        UIApplication.sharedApplication().idleTimerDisabled = true
    }

}

https://www.waze.com/about/dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.