Greek Hotels

This application does the following:

  • - extracts info about 10,000 greek hotels from SQLite database;
  • - retrieves iPhone location data (geographical coordinates) with desired accuracy;
  • - calculates distance from iPhone location to each hotel;
  • - shows 20 hotels that are the closest to the iPhone location;
  • - search allows the user to type what he likes to search for. After this only hotels that have matching name or address or region or city are listed;
  • - shows detailed info about selected hotel;
  • - dials a phone number of selected hotel;
  • - drops a pin on the map based on the location of selected hotel;
  • - adds / removes hotels from 'Favorites Hotels' list.