Search this site
Embedded Files
GEGUtah & UEN Applied Digital Skills Series
  • Home
  • Applied Digital Skills Lessons
    • If, Then Story Telling
    • Build A Portfolio With Google Sites
    • Research And Develop A Topic With Google Docs
    • Create an Animation in Google Slides
    • Create a Guide to an Area with Google App Script
    • Introduction to Machine Learning
    • Create a Comic Strip
    • Understand Your Digital Footprint
GEGUtah & UEN Applied Digital Skills Series

Google's Applied Digital Skills - Create a Guide to an Area using Google App Script

Create a Guide to an AreaResearch and organize information about a location to create an interactive guide.

Starter Project

Click on the box to the left or the link below to get a template of the sample project (Feel free to share this link with your students):

https://docs.google.com/spreadsheets/d/1CwDWeOkVvDbC9WFaTBJw2CyJm26Y-TFny0N5Up6H9_s/copy#gid=0

Link to Google AppScript Custom Menu Code

My Final Code

function onOpen() {

SpreadsheetApp.getUi() // Or DocumentApp or SlidesApp or FormApp.

.createMenu('Street View')

.addItem('Street View', 'showSidebar')

.addToUi();

}


function showSidebar() {

var html = HtmlService.createHtmlOutput()

.setTitle('Street View');SpreadsheetApp.getActiveRange().getDisplayValue()

SpreadsheetApp.getUi() // Or DocumentApp or SlidesApp or FormApp.

.showSidebar(html);

}


GEGUtah & UEN Lesson Resource

GEGUtah & UEN Open Training on Google Earth and Maps

If you need to brush up on Google Maps or Earth as well as learn some tips and tricks, check out the open training video to the left.

Remix Options

Science Tour Remix Template

Social Studies Location Tour Remix Template

Englist Language Arts Remix Tempate

Final Project Sample

Western US Record Store Guide
Report abuse
Page details
Page updated
Report abuse