I have a website where users start entering their zip code.
I have a table with different stores, which also contains the postal codes belonging to the stores.
Is it possible to get the zip codes inside, let them say that the radius of the width is 5 km, entered by the user?
So, I can query the database and find all the stores near the user.
Can I use Google Maps for this? Should I get a pre-calculated list of all zipcodes (one country) and their coordinates? Any other suggestions?
source share