Giter Site home page Giter Site logo

tallygoandroid's Introduction

TallyGo Android SDK

The TallyGo Android SDK enables you to embed state-of-the-art real-time navigation into your Android app with virtually no development effort. Built for the future with the following state-of-the-art features, the TallyGo SDK redefines the possibilities of a navigation stack โ€” and what's more, this navigation stack is now yours! Harness its power however you see fit!


Android SDK Features

  • TURN-BY-TURN NAVIGATION - State-of-the-art navigation system integrates real-time traffic and accident data to provide optimal driving directions to users.

  • TIME-DEPENDENT ROUTING - Patented routing algorithm calculates the fastest route based on near-future traffic prediction while delivering sub-second response times.

  • VOICE GUIDANCE - A natural-sounding voice provide timely spoken instructions that guide you to your destination.

  • ROBUST ROAD NETWORK - Comprehensive road network data includes accurate exit sign data, time-based turn restrictions, one-way streets, and private roadways.

  • REAL-TIME TRAFFIC - Intelligent routes use millions of minute-level traffic readings from loop sensors installed in the roads.

  • REAL-TIME ACCIDENTS - Accurate clear times and other meta data are displayed by directly accessing highway patrol data.

  • CONTEXTUAL SEARCH - Intelligent search API incorporates multiple search sources (Yelp, Foursquare, OSM) to return location results based on geographic relevance.

  • ADVANCED TELEMETRY - Track driver location granularly, which enables features like displaying driver location to consumers.


See our docs on the TallyGo website for a detailed step-by-step guide on installation and getting navigation up and running in your app.

tallygoandroid's People

Contributors

haydenkaizeta avatar mtriplett avatar

Stargazers

Yuri Pourre avatar

Watchers

 avatar Tim Gildea avatar James Cloos avatar  avatar Armond Avanes avatar  avatar

tallygoandroid's Issues

Search bounds not available on v2.0.1 of SDK

Hi team.
I am not able to use the search bounds as i was doing on previous version of the SDK. Could that feature be included again? Is there another way to achieve this? Thanks in advance.

Unable to run sample project

I'm getting the following error while trying to run the TallyGoImplementation_Basic sample proyect:

Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.tallygo:tallygo-android:1.1.84.

Turn by Turn times out.

Looks like when distance is very far (from NYC to Kitsap for example) i get a time out error when computing the route.

v2.0.1 - App freezes sometimes loading turn by turn

Hi there team.
I updated to latest version (2.0.1) and i am steel getting the app freezed sometimes when loading the turn by turn. I also get stock sometimes on the turn by turn activity map when i get an "Error routing" toast message, without ability to get back to my main activity. I get "Unexpected response code 449.." error on the log.
I started testing on my own app an got this errors, then i downloaded your implementation sample project and still, same behavior. Any ideas on what could be happening? Thanks in advance

Incorrect routing.

Hi team.
I noticed a wrong routing to a specific address.

Start point : can try from anywhere

Destination point: 2196 SHY BEAR WAY NW (latitude : 47.53150387, longitude : -122.0722261)

img_0043 2

Expected route should be to the red sign. Any ideas on what could be happening? Thanks in advance.

error after sdk update

I've been developing an app for the past month an today I updated the tallygo sdk from version 1.2.96 to 1.3.105. After resolving some errors due the update, every time I try to use the TbT activity the following error appears:

java.lang.NoSuchFieldError: No static field fl_turn_by_turn of type I in class Lcom/tallygo/tallygoandroid/R$id; or its superclasses at com.tallygo.tallygoandroid.activities.turnbyturn.TGTurnByTurnActivity.startTallyGoNavFragment(SourceFile:169) at com.tallygo.tallygoandroid.activities.turnbyturn.TGTurnByTurnActivity.access$000(SourceFile:43) at com.tallygo.tallygoandroid.activities.turnbyturn.TGTurnByTurnActivity$2.onSuccess(SourceFile:123) at com.tallygo.tallygoandroid.sdk.TallyGo.initialize(SourceFile:129) at com.tallygo.tallygoandroid.sdk.TallyGo.initialize(SourceFile:121) at com.tallygo.tallygoandroid.sdk.TallyGo.initialize(SourceFile:116) at com.tallygo.tallygoandroid.sdk.TallyGo.initializeFromMetaData(SourceFile:458) at com.tallygo.tallygoandroid.activities.turnbyturn.TGTurnByTurnActivity.initTallyGo(SourceFile:116) at com.tallygo.tallygoandroid.activities.turnbyturn.TGTurnByTurnActivity.onCreate(SourceFile:87) at android.app.Activity.performCreate(Activity.java:6904) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1136) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3266) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3415) at android.app.ActivityThread.access$1100(ActivityThread.java:229) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:7325) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

I'm using the TbT example from the android docs

thanks

App crashes when trying to route some distances (randomly)

Hi team.
When trying to load the route on turn by turn activity (random locations), app crashes and i am getting this error on log:
"Location update received after client was disconnected. Did you forget to unregister location updates before disconnecting?"
This locations for example:
init: LatLng [latitude=46.0493213, longitude=-117.3923985, altitude=0.0]
dest: LatLng [latitude=47.508584879, longitude=-122.52088254, altitude=0.0]

Any ideas on what could be happening? Thanks in advance.

Weird failure! msg issue

When to press "start tallygo NavFragment" button nothing to happen just show a msg "Weird failure".

thanks

Need to use Mapbox token

Except for the TallyGoActivity every time I try to use a class if I don't provide a mapbox token the following error appears:

com.mapbox.mapboxsdk.exceptions.MapboxConfigurationException: Using MapView requires setting a valid access token. Use Mapbox.getInstance(Context context, String accessToken) to provide one. Please see https://www.mapbox.com/help/create-api-access-token/ to learn how to create one. More information in this guide https://www.mapbox.com/help/first-steps-android-sdk/#access-tokens. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3319) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3415) at android.app.ActivityThread.access$1100(ActivityThread.java:229) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:7325) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) Caused by: com.mapbox.mapboxsdk.exceptions.MapboxConfigurationException: Using MapView requires setting a valid access token. Use Mapbox.getInstance(Context context, String accessToken) to provide one. Please see https://www.mapbox.com/help/create-api-access-token/ to learn how to create one. More information in this guide https://www.mapbox.com/help/first-steps-android-sdk/#access-tokens.

  • I have a TallyGo token, do I also need a Mapbox Token or I'm doing something wrong?

thanks

Can I update mapbox without updating the tallygo

I'm currently using the version 1.2.96 of the tallygo sdk. This version uses the version 5.1.4 of the mapbox sdk for android.

Question
Can I update the mapbox version without updating the tallygo version?

thanks

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.