Description
The heatmap directiveUsage
as element:Directive info
- This directive creates new scope.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<geo:heatmap
response="{string}"
facet-name="{string}"
[height="{string}"]
[width="{string}"]
[scroll-to-zoom="{boolean}"]
[options="{object}"]>
</geo:heatmap>
| Param | Type | Details |
|---|---|---|
| response | string | Name of the response. |
| facet-name | string | Facet containing the data. |
| height (optional) | string | The height of the map container. Default is 400px. |
| width (optional) | string | The width of the map container. Default is 100%. |
| scroll-to-zoom (optional) | boolean | Whether the scroll wheel should control the map zoom. Disabled by default. |
| options (optional) | object | Extend the current options for the Google Map (Options Here) |
Was this page helpful?