Rossko pointed you to the site: http://econym.org.uk/gmap/geomulti.htm
<http://econym.org.uk/gmap/geomulti.htm>In this post, if you view the example, he provides you with a means of which to throttle your requests, complete the entire query, and have it working 100% of the time no matter how long the responses take. I suggest reading into the example he provided and taking a look into that b/c that is exactly what you are looking for. On Fri, Jul 2, 2010 at 1:25 PM, JavaJive <[email protected]> wrote: > Each query is from a UK transmitter location to the same location set > by the user, wherever in the UK that happens to be. I divide the > angular path length by the angular resolution of the SRTM data, and > use the minimum between that figure or 190, which is the maximum that > I can fit into a URL to the Google Chart API to display the path > profile. In practice that means that nearly all queries will be for > 190 samples. To achieve a reasonable number of daily hits in the > eventual live app, I may cut that down if I have to, but that's what > it's doing at the moment during testing. > > On Jul 2, 6:34 pm, William <[email protected]> wrote: > > On Jul 3, 3:01 am, JavaJive <[email protected]> wrote: > > > > how many locations were in each of the queries? I guess each query > > was a straight line path, defined by start point, end point, and > > number of samples? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-maps-js-api-v3?hl=en.
