iOS app to load Google Places onto Google Map
Source code for an iOS app using xCode, Swift to display Google map with the below features
- Map centers to the location of the user
- Uses Googles places to fetch restaurants at a radius of 1000 meters and displays it on the map
- Let the user pick a start location from the map.
- From the selected location a straight line is drawn to connect the closest location on the map and when all points are linked it closes the loop by connecting the starting point.
- Let the user pick a start location from the map.
- From the selected location a straight line is drawn to connect the closest restaurant, and from there to the next closest restaurant and so on until all restaurants are covered. Finally it closes the loop by connecting the last restaurant to the starting point.
*The app is for demo purpose only and not for production use as is