Welcome to Advanced Interactive Web Mapping, Programming, and Design, Class 5
This is a web page that can be viewed as slides.
→ to move forward
← to go back
Class 5
$('.button').click(function () {
// Update map SQL
});
Math.round(5.98);
function {name} ({parameters}) {
{code}
}
function {name} ({parameters}) {
{code}
}
function sayHi (name) {
console.log('Why hello, ' + name);
}
function multiply (a, b) {
return a * b;
}
https://maps.googleapis.com/maps/api/streetview?size=600x300&location=46.414382,10.013988&heading=151.78&pitch=-0.76
https://maps.googleapis.com/maps/api/streetview?size=600x300&location=46.414382,10.013988&heading=151.78&pitch=-0.76
https://maps.googleapis.com/maps/api/streetview?size=600x300&location=46.414382,10.013988&heading=151.78&pitch=-0.76
$('.streetview-image')
.attr('src', streetviewUrl)