Homework Assignment - Understanding the backend functions

List all the backend functions and their methods that you have learned in this section while coding in the backend.

Remember to encapsulate your code properly, guideline: FAQ - How to post code in the forum

The Canvas is defined and the map is imported:

function drawCanvas() {};

Sets ther inital starting ponts of Map and Cursor:

function initializeMap() {};

General function to draw the map:

function drawMapSection() {};

General function to draw the cursor:

function drawCursor() {};

Updates the state of plotView

function updatePlotLocation() {};
1 Like