Description

The heatmap directive

Usage

as element:
<geo:heatmap
       response="{string}"
       facet-name="{string}"
       [height="{string}"]
       [width="{string}"]
       [scroll-to-zoom="{boolean}"]
       [options="{object}"]>
</geo:heatmap>

Directive info

  • This directive creates new scope.

Parameters

ParamTypeDetails
responsestringName of the response.
facet-namestringFacet containing the data.
height (optional)stringThe height of the map container. Default is 400px.
width (optional)stringThe width of the map container. Default is 100%.
scroll-to-zoom (optional)booleanWhether the scroll wheel should control the map zoom. Disabled by default.
options (optional)objectExtend the current options for the Google Map (Options Here)