Hello all and thanks in advance, I almost exclusively work in R, and know very little about coding/programming with Google. Within the R program I have been using the googleVis package to generate interactive Google Earth maps which I can render to an HTML site. More on the googleVis R package is linked here <https://cran.r-project.org/web/packages/googleVis/googleVis.pdf> if it is relevant to the question. I am not sure how the googleVis package links to Google Earth, but know my issue is with Google.
I am trying to plot ~ 1700 locations on a map but not all points are shown. As stated on the Google documentation (below) for interactive maps ( https://developers.google.com/chart/interactive/docs/gallery/map#data-format) it is not possible to plot more than 400 points. *Note: The Lat-Long pairs option loads maps much faster, especially with large data. We recommend that you use this option for large data sets. Please visit Google Maps API to find out how to transform your addresses to lat-long points. The map can display a maximum of 400 entries; if your data holds more than 400 rows, only the first 400 will be shown.* It there a way to plot more than 400 points when making an interactive Google Earth map? I have also posted this reproducible example on Stack Overflow <http://stackoverflow.com/questions/36656902/is-there-a-maximum-number-of-points-that-can-be-plotted-with-gvismap-or-gvismap> which further details my question and provides R code. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/e1004d69-f01f-4829-ae4c-058313d1dbe9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
