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