https://github.com/googlesamples/maps-deckgl-scatterplot-example
https://github.com/googlesamples/maps-deckgl-scatterplot-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlesamples/maps-deckgl-scatterplot-example
- Owner: googlesamples
- License: apache-2.0
- Created: 2019-10-02T20:24:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T10:29:19.000Z (over 6 years ago)
- Last Synced: 2025-04-09T06:25:18.945Z (over 1 year ago)
- Language: JavaScript
- Size: 629 KB
- Stars: 12
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Maps JS API / deck.gl Simple Example App
This repo contains a simple example app that shows how to use the [Google Maps Platform JS API](https://developers.google.com/maps/documentation/javascript/) with the [deck.gl](http://deck.gl) Scatterplot layer.

## Requirements
To run the example apps in this repo, you'll need an [API key](https://developers.google.com/maps/documentation/javascript/get-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](https://developers.google.com/maps/gmp-get-started).
## Running the app
To learn how to build and run this example app, check out our [blog post](https://goo.gle/blog-deckgl-scatterplot) that has a complete walkthrough.
## Documentation & resources
- [Google Maps JS API docs](https://developers.google.com/maps/documentation/javascript/)
- [`GoogleMapsOverlay` deck.gl submodule docs](https://deck.gl/#/documentation/submodule-api-reference/deckgl-google-maps/overview)
- [Scatterplot Layer docs](https://github.com/uber/deck.gl/blob/master/docs/layers/scatterplot-layer.md)