I want to create a MAUI app in which we can track the live location of delivery person in real time .
Loading
I want to create a MAUI app in which we can track the live location of delivery person in real time .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Jul 31, 2024, 4:41 PM
Rajeev KumarPosted Jul 31, 2024, 11:14 AM
Here we can use Firebase as our backend.
Ashish PandeyPosted Jul 31, 2024, 6:09 AM
Thanks Tuhin for the solution,but can explain more clearly that how will it work.
Tuhin PaulPosted Jul 30, 2024, 2:04 PM
Updating the Delivery Person's Location in Firebase
Once we have the delivery person's location, we need to update it in Firebase. We can use the
FirebaseDatabaseclass to achieve this.Track the Delivery Person's Location in Real-time
we need to track the delivery person's location in real-time.
Install the Firebase NuGet package in your MAUI project.
Tuhin PaulPosted Jul 30, 2024, 2:02 PM
Delivery Person's Location
We also need to get the delivery person's location. We can use the
Locationclass to achieve this.Tuhin PaulPosted Jul 30, 2024, 1:56 PM
To create a MAUI app that tracks the live location of a delivery person in real-time, we can use Firebase as our backend.