MCPcopy Index your code
hub / github.com/google-map-react/google-map-react / optionsHeatmap

Function optionsHeatmap

src/google_heatmap.js:12–13  ·  view source on GitHub ↗
(instance, { options = {} })

Source from the content-addressed store, hash-verified

10 });
11
12export const optionsHeatmap = (instance, { options = {} }) =>
13 Object.keys(options).map((option) => instance.set(option, options[option]));

Callers 1

GoogleMapClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected