Giter Club home page Giter Club logo

Comments (4)

zyphlar avatar zyphlar commented on July 22, 2024 1

@davetapley hi Dave! Keep it dangerous 🏴‍☠️

@biodranik I don't think my TTS changes affected this, it's almost certainly a Java difference and plain off-by-one error. The fact that it's in /car/ and not regular should be a huge clue

from organicmaps.

davetapley avatar davetapley commented on July 22, 2024

Yep, first time using it and I was very confused until I realized what was happening 🤪

Android 14
2024.06.19-3-Google
Galaxy A54

20240710_194124

from organicmaps.

davetapley avatar davetapley commented on July 22, 2024

New to code base but couldn't help 👀

I presume this? Which looks correct 🤔

private static Step createCurrentStep(@NonNull final CarContext context, @NonNull RoutingInfo info)
{
final Step.Builder builder = new Step.Builder();
builder.setCue(info.currentStreet);
builder.setRoad(info.currentStreet);
builder.setManeuver(RoutingHelpers.createManeuver(context, info.carDirection, info.exitNum));

private static Step createNextStep(@NonNull final CarContext context, @NonNull RoutingInfo info)
{
final Step.Builder builder = new Step.Builder();
builder.setCue(info.nextStreet);
builder.setManeuver(RoutingHelpers.createManeuver(context, info.nextCarDirection, 0));

But I don't know where info comes from 🤪

from organicmaps.

biodranik avatar biodranik commented on July 22, 2024

@zyphlar could it be a regression caused by your changes?

@AndrewShkrob what's the difference in the directions code between the main app and AA?

from organicmaps.

Related Issues (20)

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.