Git and Node.js are required to run this sample locally. Follow these instructions to install Node.js and NPM. The following commands clone, install dependencies and start the sample application.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-26 UTC."],[[["This example demonstrates how to display a Google Map with satellite imagery tilted at a 45-degree angle."],["The code utilizes the Google Maps JavaScript API and can be implemented using either JavaScript or TypeScript."],["It involves setting the `mapTypeId` to \"satellite\" and using the `setTilt` function to achieve the desired angle."],["The HTML, CSS, and JavaScript/TypeScript code snippets are provided for easy integration into web pages."],["Users can explore the sample interactively through JSFiddle or Google Cloud Shell, or clone the sample code for local execution."]]],["The content demonstrates how to create a map with a 45-degree tilt using satellite imagery. It initializes a `google.maps.Map` object, setting the `mapTypeId` to \"satellite\", the center coordinates, and zoom level. `map.setTilt(45)` then applies the 45-degree tilt. CSS styles the map container, and HTML includes the necessary elements, including the Google Maps API script. Instructions for trying the sample, including links and commands to clone and run, are provided.\n"]]