Thanks for your reply Mr. Mike and Mr. Larry

I make GDirections request one by one. (Using recursive functions. I
mean, I triger new request in load and error events functions)
So I think speed limit is not problem for us.

I try to construct distance matrix by using minumum request (because
of quota.)
I improve distance matrix when user add new points.
Then I make GDirections request from newly added node to all
previously added nodes. This is the way I did it.

But I have some problems:
1) I can not make request with different from - to couples.
 
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/7dc49eac1e2bedae/2a3e7b9fccc1ee29?lnk=gst&q=emredagli#2a3e7b9fccc1ee29
    Therefore I plan to make request like. Lets:
    X: Newly added Node
    A,B,C,.... : previous Nodes.
    GDirections request is:   from:X  to:A  to:X  to:B  to:X  to:C
to:X  .... (dividing whole to 25 points sets)
    In this kind of reuests each "to", do count down my quota?

2) But even if there is one unlocatable point GDirections request
fires error event. In error event I can not get ways for locatable
points.
 
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/ed64bae95e96c2ec/7e95676155ab0a0d?lnk=gst&q=emredagli#7e95676155ab0a0d
    (I am not abusing Google. Just the opposite, I appreciate Google
for using this tool.)

It seems that I have to make individual requests for whole distances
for newly added nodes.
If there is a tricky way to getting unlocatable points, I may exclude
these points in the problem (1)...

And If Maps API Premier has more quota I am planing to be Premier. (I
sended mail to Mr. Sanjay Patel)

Thanks for your attention.


On Jan 12, 4:46 am, Mike Williams <[email protected]> wrote:
> Wasn't itemredagliwho wrote:
>
>
>
> >Sorry Mr. Warden,
> >My question is:
> >...
> >"Do this operations count down from total limit?"
>
> As well as the speed limit already mentioned, yes, it does count down
> from your user's daily quota.
>
> When you exhaust the quota of one of your users, they won't be able to
> do any more directions on any website that uses the API for 24 hours.
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps 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-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to