概述:本用户手册解释了如何使用CityTaxi以及它是如何开发的。

抽象的:

The main goal was to design an Android Mobile Application that will be used to match prospective passengers with nearest taxi driver. The app will be designed with THREE actors in mind: Prospective Passenger, Taxi driver, and Administrator. The GPS sensor in the phone will be used to determine Prospective Passenger's location, and an algorithm will be used to match them with the nearest available taxi driver. The Administrator will have access to a dashboard to monitor the app's operations and manage users.

主要功能:

  1. 乘客与司机匹配:应用程序使用GPS传感器来确定乘客的位置,并通过算法匹配最近的出租车司机。

  2. 多用户角色:应用程序包括三个主要角色——乘客、出租车司机和管理员。

  3. 管理员控制面板:管理员可以通过控制面板监控应用的运行情况并管理用户。

技术细节:

  • 平台:Android
  • 传感器:GPS
  • 角色:乘客、出租车司机、管理员

使用步骤:

  1. 乘客打开应用并允许访问位置。
  2. 应用程序使用GPS确定乘客位置。
  3. 系统通过算法匹配最近的出租车司机。
  4. 司机接收匹配请求并前往乘客位置。
  5. 管理员通过控制面板监控和管理操作。