All Projects → googlemaps → deck.gl-demos

googlemaps / deck.gl-demos

Licence: Apache-2.0 license
Examples showing how to use Google Maps Platform with deck.gl

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to deck.gl-demos

Azure Sphere Samples
Samples for Azure Sphere
Stars: ✭ 191 (+193.85%)
Mutual labels:  samples
Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+4650.77%)
Mutual labels:  samples
workflows-samples
This repository contains samples for Cloud Workflows.
Stars: ✭ 58 (-10.77%)
Mutual labels:  samples
Ruby Docs Samples
Ruby samples for Google Cloud Platform products.
Stars: ✭ 198 (+204.62%)
Mutual labels:  samples
Blockly Samples
Plugins, codelabs, and examples related to the Blockly library.
Stars: ✭ 222 (+241.54%)
Mutual labels:  samples
Cloud Code Samples
Code templates to make working with Kubernetes feel like editing and debugging local code.
Stars: ✭ 245 (+276.92%)
Mutual labels:  samples
Webpack By Sample
Learn webpack by sample, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.
Stars: ✭ 190 (+192.31%)
Mutual labels:  samples
composer-sample-models
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 30 (-53.85%)
Mutual labels:  samples
Composer Sample Networks
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 226 (+247.69%)
Mutual labels:  samples
Android-Showcase
📱 Android showcase app
Stars: ✭ 19 (-70.77%)
Mutual labels:  samples
Koin Samples
KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples
Stars: ✭ 200 (+207.69%)
Mutual labels:  samples
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+235.38%)
Mutual labels:  samples
Camera Samples
Multiple samples showing the best practices in camera APIs on Android.
Stars: ✭ 3,294 (+4967.69%)
Mutual labels:  samples
Maps Sdk For Ios Samples
Samples for the Google Maps SDK for iOS
Stars: ✭ 197 (+203.08%)
Mutual labels:  samples
DataWedge-Android-Samples
Sample DataWedge applications
Stars: ✭ 46 (-29.23%)
Mutual labels:  samples
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (+193.85%)
Mutual labels:  samples
Elixir Samples
A collection of samples on using Elixir with Google Cloud Platform.
Stars: ✭ 241 (+270.77%)
Mutual labels:  samples
imodeljs-samples
No description or website provided.
Stars: ✭ 34 (-47.69%)
Mutual labels:  samples
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+78.46%)
Mutual labels:  samples
Rhino Developer Samples
Rhino and Grasshopper developer sample code
Stars: ✭ 253 (+289.23%)
Mutual labels:  samples

Google Maps JS API / deck.gl Example Apps

This repo contains example apps that show how to use the Google Maps Platform JS API with the deck.gl data visualization framework.

If this is your first time looking at these examples, start with the Example App, which shows all of the different layers we currently have examples for in a single UI. This repo also has simplified standalone examples for each layer individually in /Layers , which are less complex and easier to parse than the Demo App.

What is deck.gl?

deck.gl uses a layer-based approach to render WebGL-accelerated data visualizations on top of the Google Maps base map. Custom overlay support in the Maps JS API is used to sync the layers movement of the underlying map, including panning and zooming.

To learn more about how the deck.gl and Google Maps Platform teams worked together to add support for deck.gl to the Maps JS API base map, check out this post on the vis.gl blog.

Running the example apps

All of the apps are built to be served locally using webpack devserver. For instructions on running one of the apps, see its README file.

Requirements

To run the example apps in this repo, you'll need an API key from a Google Cloud project that has the Maps JS API enabled, Places API and Directions API enabled.

For more information, see Get Started with Google Maps Platform.

Documentation & resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].