I have a map with a heatmap utilizing the google visualization heatmap layer
If I try and add a normal map marker it fails with an uncaught type error somewhere in the google api.
The marker.setMap(map)
line seems to happen, (inspecting the marker, it has a map property) but whatever this triggers on the map itself seems to fall over.
I've tried unsetting the heatmap layer before setting the marker, even tried not initialising the heatmap layer with the same results.
I'm beginning to think that by including the visualisation library I am losing the ability to add a map marker. If this is the case has anyone come across a workaround?