Purpose:
In this project you are going to create the functionality and UI for a location based
Map App using Google Maps API
Requirements: You may use glitch or any editor that you prefer. For this project you can use
the JQuery library. You may use lecture slides and the past hw’s for sample code but make sure
to make it your own.
The purpose of this project is to make sure you have an understanding of JavaScript objects,
click events on an element, and how to change properties in elements. Most importantly how to
work with a new/unfamiliar API.
-
Functionality:
- User will be prompted to double click on a specified location on the map of CSUN.
- User will double click on the map to indicate where he/she thinks that location is.
- If correct the user is prompted that their answer is correct and the map shows the location area that is correct in green
- If incorrect the user is prompted that their answer is wrong the map shows the correct location area in red
- After five location (4 of your choosing 1 of mine) the user is prompted with how many they got correct total
- All panning and zooming functionalities of map should remain turned off
