Application for searching places like restaurants, markets, museums, user's address and etc.
This application was based by Apple API MapKit.
All data placemarks taken from MapKit API and decode it to neccessary information. Also search working through this API. This API have limited count of requests by user.
Important reminder. Current app using only Xcode based frameworks and kits such as UIKit, CoreData, MapKit, CoreLocation and etc.
- Main page. This page display search bar by search controller. If user print something, it will show the results on separate table view. API searching result using user location to show nearest places.
- Buttons on main page. User location button show location by press. Detail button show separate floating panel, where is located full information about choosen places by user. Clear button neccessary for clear map from pins, requests, directions.
- Favourite Page. This page include table view where user save his own places. All data saving in Core Data and loading similarly. By pressing specific one cell app segue to Full Information View with full information about this location.
- Full Information page. This page using framework Floating Panel. It include labels and tables for displaying info about choosen place and buttons for add to Favourite Page and set direction from user to this place.
- Made this app autonomical from Internet;
- Customize visual UI;
- Add types of setting directions
- Use separate API for getting full information;