IMPLEMENTATION OF MARKERS ON MAP • • • • • •
•
Create an input field and add button as shown in wireframe (figure). Provide a marker name in the created input field. On click of add button, marker should be added on the maps and on the table. On hover of the added marker in maps it has to display the latitude and longitude details. Highlight marker (CSS change) on hover. Create a table below the maps as shown in the wireframe (figure). All details of the marker should be displayed in the table. On click of edit button in the table, Particular marker should act like a drag & drop in maps and should be able to modify the name of marker in input field. The button name should change from add to update. Highlight marker (CSS change) on click of edit. On click of delete button in the table, marker should be deleted from the map and table.
Note: UI has be appropriate.