An open API service indexing awesome lists of open source software.

https://github.com/googlesamples/maps-deckgl-scatterplot-example


https://github.com/googlesamples/maps-deckgl-scatterplot-example

Last synced: about 1 year ago
JSON representation

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)