Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
export
const
optionsHeatmap = (instance, { options = {} }) =>
13
Object.keys(options).map((option) => instance.set(option, options[option]));
Callers
1
GoogleMap
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected