I'm currently building a website in Laravel & MDBootstrap with a search city or postcode function to retrieve all locations in my MySQL database within a 25 mile radius and display as cards.
My DB columns have city, full_address, longitude and latitude.
Do i need need GoogleMaps API function for this or could there be some other way? I don't need to display markers on a map or anything, just DB info within the radius of the inputted city
Many thanks
My DB columns have city, full_address, longitude and latitude.
Do i need need GoogleMaps API function for this or could there be some other way? I don't need to display markers on a map or anything, just DB info within the radius of the inputted city
Many thanks