Hi The reason is that the locations you enter need to be converted to latitude and longitude pairs using the Google Maps API. If, however, you know your cities in advance you can translate them latitude and longitude pairs, cache the result and use the first data model described in: http://code.google.com/apis/visualization/documentation/gallery/geomap.html#Data_Format
<http://code.google.com/apis/visualization/documentation/gallery/geomap.html#Data_Format>That way the map will load faster Badtnik On Mon, Nov 8, 2010 at 8:06 PM, Innocuous <[email protected]> wrote: > Hi, > When using the Visualization: Geomap/ markers style to show few > points, the map loads quickly. > However when we use it to load a large number of points, it takes a > very long time. > > Is there a way to speed up things when dealing with large number of > points say 500+ or 1000+. > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
