-8

How to get current location continuously in android, like an UBER application, in which the car's location is continuously tracked.

Thanks in advance..

Ahsan Saeed
  • 41
  • 1
  • 2
  • 9

2 Answers2

2

Use firebase to store the car location data and retrieve that data to show in a map. Or you may consider looking into this.

Simo
  • 345
  • 4
  • 12
0

Here at HyperTrack (disclaimer: I work here) we built a plug-and-play location-tracking API which is the fastest way to get location data in your application. From what I understand of your question, it would work perfectly, giving you what you would need to get started for free. Once you plug in the SDK (~1m to do) and rebuild your application you'll immediately start seeing location tracking in the free web dashboard.

Jeremy
  • 548
  • 1
  • 4
  • 13
  • Thanks [Jerdog](http://stackoverflow.com/users/561377/jerdog) for getting precious help.. really Helpfull... – Ahsan Saeed Apr 15 '17 at 05:12
  • @AhsanSaeed you certainly can. You can put the SDK into your app and interact with it in many different ways by following our documentation (http://docs.hypertrack.com). As to the Dashboard you can add a widget into your existing view or use our free Dashboard view. – Jeremy Apr 17 '17 at 13:19