I need some help. I have a PHP system with a mysql database with several registered restaurants, with fields like: id, name, address, longitude and latitude and I'm creating an application with Ionic using AngularJS.
In this application I had to make the user to put the address where he is (via google maps api), the restaurants registered in the database closest to the user's address, listed by proximity.
Does anyone know any tutorial or logic on how to do this application?
For example: is it possible through api google maps to make an application like this: link ?