How to display on Google Maps all of location within a certain radius distance of a given latitude/longitude.
Part 1: Create a PHP web service to find near place on database.
In this part, i will create a php website with CodeIgniter framework.
Why so i have choosen CodeIgniter(CI) for this tutorial?
Because this is a php MVC framework very easy to getting start to build a website.
Please GOOGLE when you interesting with CI :D
I will create some simplest page to test web service before building android app (part 2 of this serial • Android Tutorial: How to display on G... )
Reference:
1. XAMPP - https://sourceforge.net/projects/xampp/
2. CodeIgniter - https://codeigniter.com/download
3. Bootstrap - https://getbootstrap.com/docs/4.3/get...
4. SQL Query - https://developers.google.com/maps/ar...
5. PHP source: http://www.mediafire.com/file/ha5w2yv...