DEV Community

Bhanu
Bhanu

Posted on

Building a Location-Based Grocery App: Need advice on geo location

Hey All,
I'm working on a grocery app where I need to implement location-based features. Here are my current challenges

Get User's Exact Location: I need to accurately capture the user's location to show sellers around them.

Define Seller Area Radius: I want to define a radius around each seller and give it a meaningful name (like "Zone A" or "Downtown Area"). If the user is within that radius, their product feed will be populated with items from sellers in that specific area.

Delivery Tracking: I also need to track the delivery person's live location and show it on a map for real-time delivery updates.

Tools I am using Spring boot for backend and React for frontend.

Any advice, tutorials, or similar experiences would be super helpful! Thanks in advance for your input.

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series πŸ“Ί

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series πŸ‘€

Watch the Youtube series

πŸ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay