top of page

Parking Assistant System

We developed an intelligent Java application combined with Google Map to realize parking lots’ information exchange between drivers and parking lots administrators, bringing convenience and profits to both of them. 

• Design of interfaces for drivers to search and select nearby parking lots and for administrators to upload, delete or update their parking lots'  information. 
• Usage of  Hashmap to store data of parking lots.
• Usage of  Google API to get the distance between drivers and nearby parking lots as well as show the parking lots and their information on google map.
• Usage of Linkedlist to sort parking lots by price, rating, and distance according to drivers' preference. 
• Programming for calculating the estimated parking fee, the rating from drivers and the available parking space number.

 

Skills: Java, GUI Design, UML

Driver's Interface
Administrator's Interface
Parking Lots on Google Map
bottom of page