Fixes #359
The heatmap is no longer working correctly since Google Maps API version 3.32 (experimental).
We really shouldn't be using experimental versions.
With this PR we now use the latest none experimental V3 API.
How Has This Been Tested?
Heatmap working correctly again on local instance
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Fixes #359 The heatmap is no longer working correctly since Google Maps API version 3.32 (experimental). We really shouldn't be using experimental versions. With this PR we now use the latest none experimental V3 API.
How Has This Been Tested?
Heatmap working correctly again on local instance
Types of changes