You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a heat map of the aggregation of a ton of data. When I came across the example, I went "...wait, so I have to send all my data points across the wire??". I don't know how you guys have your docs set up or else I'd put the pull request in myself. But if you simply added "note: for large amounts of data, you can utilize google.maps.visualization.WeightedLocation in place of google.maps.LatLng", I think it'd really help people. I had to go digging in the source code to see if there was a way I could get around sending every data point.
The text was updated successfully, but these errors were encountered:
I'm making a heat map of the aggregation of a ton of data. When I came across the example, I went "...wait, so I have to send all my data points across the wire??". I don't know how you guys have your docs set up or else I'd put the pull request in myself. But if you simply added "note: for large amounts of data, you can utilize
google.maps.visualization.WeightedLocation
in place ofgoogle.maps.LatLng
", I think it'd really help people. I had to go digging in the source code to see if there was a way I could get around sending every data point.The text was updated successfully, but these errors were encountered: