Mobile App for Searching Clinic

Hi Koder! I’m a GIS student who want to invent a mobile app that can search nearby facilities especially clinics. How can I start with Kodular and apply the nearest facilities function into my app? Can someone that more expert than me help me for this…thank you :slight_smile:

1- Create a record with the latitude and longitude of the clinics and record them in a database
2- Include the Google Maps component.
3- Check the current latitude and longitude.
4- Use the extension that calculates distance between 2 points
5 - Check which is the shortest distance

1 Like

Thank you so much!

1 Like