I am having a problem with the maps tutorial specified here, https://developers.google.com/apps-script/articles/maps_tutorial
I am trying to do the first tutorial, make a map from a list of addresses.
I have created the spreadsheet and script, but I get this error when I run the script.
"Cannot find method getRange(number,number,number,number). (line 7)"
Any tips/solutions?