mmarcon / jhere

jHERE - Maps made easy
MIT License
255 stars 51 forks source link

Update HeatMap... #32

Open gazambuja opened 10 years ago

gazambuja commented 10 years ago

How I can update points in Heatmap? I can add, but need delete the last points before add the new values.

mmarcon commented 10 years ago

At the moment that is not supported. I need to have a look at the HERE API (or you can have a look at it on http://developer.here.com) and see if that is even supported. Otherwise I will see if I can expose a method to clear the heatmap overlay so you can clear the current one and add a new one. That would not be super efficient, but as long as you are not doing it every second it should be alright.