Creating a stuff realtime delivery tracking system like food

AAKARSHIT CHAURASIA 21 Reputation points
2022-01-05T11:42:49.303+00:00

Hello, Actually I am searching for the way to deploy the map on the web where client id, I mean user IP or location is taken and pin it up on the map and than search for the nearest office/hospital (office data like location in latitude and longitude I am having) and than pin this up on the map and find the best possible route and from the random function of driver details its shown up and realtime location is displayed, I just want to make demo for it. The article i found it is mentioned in hyperlink which is best but i am not getting how to do this.signalr

So I need help to develop this.
Thanking You

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
716 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
0 comments No comments
{count} votes

Accepted answer
  1. rbrundritt 17,981 Reputation points Microsoft Employee
    2022-01-05T16:08:10.677+00:00

    Sounds like a key function you want is to convert an IP address to a location. There isn't a finite location for an IP address (they move around), but there are services that provide approximate location. Azure Maps has one such service, but it is currently only accurate to country level (tells you want country an IP address belongs to). There are some other services out there that go down a few city blocks of accuracy, but this level isn't yet available in Azure Maps.

    A more accurate alternative is to get the users actual GPS location. Devices/browsers can access the users location (they have to agree to share it). Browsers have a "geolocation" api for this. Here are some sample integrations with Azure Maps: https://azuremapscodesamples.azurewebsites.net/#Device-Sensors

    Once you have a location position, you can take the latitude and longitude information can call the nearby point of interest service in Azure Maps. https://azuremapscodesamples.azurewebsites.net/?sample=Search%20for%20points%20of%20interest

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. rubycalhoun 0 Reputation points
    2024-10-01T03:25:40.15+00:00

    Creating a real-time delivery tracking system for products, akin to food delivery services, can significantly enhance the customer experience and operational efficiency. Here are some positive details about such a system:

    1. Enhanced Customer Experience
    • Transparency and Trust: Customers appreciate knowing the status of their orders. A real-time tracking system allows them to see exactly where their delivery is at any given moment, fostering trust and satisfaction.
    • Reduced Anxiety: By providing live updates on delivery times, customers can better manage their schedules, knowing when to expect their orders.
    1. Improved Operational Efficiency
    • Optimized Routes: A tracking system can analyze traffic patterns and delivery routes in real-time, allowing for more efficient routing. This minimizes delays and reduces fuel costs, ultimately leading to quicker deliveries.
    • Resource Management: Businesses can better allocate their delivery resources by monitoring demand and supply in real-time. This helps in balancing workloads among delivery personnel.
    1. Increased Accountability
    • Real-Time Updates: With a tracking system, both customers and businesses can monitor the status of deliveries in real-time. This accountability helps in reducing issues related to missed or delayed deliveries.
    • Data Analytics: The system can provide valuable insights into delivery patterns, helping businesses improve their logistics and customer service strategies.Creating a real-time delivery tracking system for products, akin to food delivery services, can significantly enhance the customer experience and operational efficiency. Here are some positive details about such a system:
      1. Enhanced Customer Experience
      • Transparency and Trust: Customers appreciate knowing the status of their orders. A real-time tracking system allows them to see exactly where their delivery is at any given moment, fostering trust and satisfaction.
      • Reduced Anxiety: By providing live updates on delivery times, customers can better manage their schedules, knowing when to expect their orders.
      1. Improved Operational Efficiency
      • Optimized Routes: A tracking system can analyze traffic patterns and delivery routes in real-time, allowing for more efficient routing. This minimizes delays and reduces fuel costs, ultimately leading to quicker deliveries.
      • Resource Management: Businesses can better allocate their delivery resources by monitoring demand and supply in real-time. This helps in balancing workloads among delivery personnel.
      1. Increased Accountability
      • Real-Time Updates: With a tracking system, both customers and businesses can monitor the status of deliveries in real-time. This accountability helps in reducing issues related to missed or delayed deliveries.
      • Data Analytics: The system can provide valuable insights into delivery patterns, helping businesses improve their logistics and customer service strategies.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.