doublesecretagency / craft-googlemaps

Google Maps plugin for Craft CMS - Maps in minutes. Powered by the Google Maps API.
https://plugins.doublesecretagency.com/google-maps/
Other
10 stars 9 forks source link

Add support for heatmaps 🔥 #37

Open lindseydiloreto opened 3 years ago

lindseydiloreto commented 3 years ago

It would be pretty sweet if we could add heatmaps to a dynamic map...

// JavaScript
map.heatmap(locations, options);
{# Twig #}
{% do map.heatmap(locations, options) %}
// PHP
$map->heatmap($locations, $options);

Official docs for heatmaps...

https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap