The
Map.setTitle function sets the text that is displayed directly above the map to the value of the string expression
title. This can be used to display an instruction to the user such as "Tap on the map at the location of the household." By default the instruction is empty and is not shown. To remove the title call
Map.setTitle("") function with an empty string.
The function returns a logical value of 1 (true).