top of page
CS61B Java Synthesized GuitarEli Lipsitz
00:00 / 07:14
Bearmaps
This is a web-browser based Google Maps clone provided in Spring 19 Data Structure class from Berkeley. By implementing the Java back end of the web server, the Bearmaps provides 4 basic functions:
-Map Rastering: Support scrolling and zooming.
-Routing: Support shortest path planning from start to destination.
-Autocomplete: Support keywords autocomplete in search bar.
-Navigation: Support written driving directions when Routing.
(The map images with different resolutions are provided in course library source and only support regions near Berkeley campus)
bottom of page