Questions tagged [live-tracking]

7 questions
4
votes
2 answers

Flutter Application : Location fetch in background

I want to keep my application running or a piece of code which can perform some operation like getting a current location and call an API to submit that location. I saw the background_fetch plugin but it says, app can not fetch the callback before…
4
votes
1 answer

update google map route as user location change ionic 4

I am trying to build a live tracking with the route using Google Map JS version in ionic 4. What I am trying to achieve is to give the route to the user from source to destination and update the route if the user chooses a new path other than the…
Sujan Gainju
  • 4,273
  • 2
  • 14
  • 34
2
votes
0 answers

Leaflet map live route tracking

I'm doing an Uber-like app. There is no problem in live tracking, but when I need to direct the vehicle somewhere, there are 3 markers on the map. 1st marker live tracking. The 2nd is the starting point and the 3rd marker is the target. Normally,…
0
votes
1 answer

Location update Receiver not getting location updates android

i have used pending intent to launch broadcast receiver get location updates. app was working fine before. but from last couple of months it stopped working. i checked and found LocationReceiver.kt is not getting any updates class LocationReceiver :…
0
votes
0 answers

live tracking in laravel API using node js socket

How can Laravel API connect to a Node.js socket for live tracking? What are some suggestions for a live tracking in Laravel API?
-1
votes
1 answer

How they steam those TV channel on their website?

Here is the website. http://www.jagobd.com This is a Bangladeshi website. They are steaming Bangladeshi TV. After embedding their iframe, those does not works any more. I want to make such type of site. I choose wordpress. How do I can steam TV…
-2
votes
2 answers

How to use Google Maps directions API in Flutter (is it a good practice to keep calling directions API while current location is changing on the map)

In Flutter I use google_maps_flutter, google_directions_api and flutter_polyline_points packages to have a map with the following functionalities; Drawing routes between current location and destination points, get distance and durations between…
Zia
  • 506
  • 3
  • 20