Angular directive
heatmap-layer source
Description
Requires: map directive Restrict To: Element
Parameters
Name | Type | Description |
---|---|---|
Attr2Options | service |
convert html attribute to Google map api options |
Example
<map zoom="11" center="[41.875696,-87.624207]">
<heatmap-layer data="taxiData"></heatmap-layer>
</map>