Small app for searching the nearest open places requested by user. There is a MapView and a SearchBar. User could enter place name and the nearest places will be shown on the map. App uses
- MapKit for MapView and markers,
- Core Location for defining current location,
- URLSession for sending requests,
- Google Maps API to get locations,
- Promises by google.