The blocking of geocode requests is IP based. First of all you'll have
to wait 24 hours before your IP will be unblocked. But you should be
aware that continually going over the daily limit your requests maybe
blocked permanently.
Please read this carefuilly
http://code.google.com/apis/maps/signup.html
You will not solve the Traveling Salesman Problem only with trial and
error, at least you'll nead at lot of math. Assumed all conditions are
optimal, it will last a few years to solve TSP for let's say only one
country like India.
Have a look at this overview
http://www.tsp.gatech.edu/
On Feb 25, 8:42 am, rajbee <mrajeshan...@gmail.com> wrote:
> Hi all,
> I have created a localhost website for testing purpose and got a
> free GoogleMap Key.
> I am trying to get distance between palces by sending request to
> goolemaps and from which trying to solve TravellingSalesmanProblem.
> I am using only five places and within few trials i am getting an
> error stating that,
> " Request failed:Too Many Queries;The daily geocoding quota for this
> site has been exceeded".
> So, i tried in someother system,with new website and new key,but still
> the same error occurs.
> Is there anyway to overcome this problem.Help Please.