[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-31 Thread abanjo
Hi Thor, So according to what you said only the 0,35% of the sites is over the 25.000 limits. This is a big surprise for me considering that 1 map load = 1 transaction! So we have 2 options: 1) the 99,65% of the sites don't consider the maps as an important feature for their core business. 2) the

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-21 Thread abanjo
Hi Thor, there is a place where i can monitor the transactions on my site? How i can know exactly the number i reached in the day? Thanks Davide -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-15 Thread abanjo
Hi Thor, thanks for the answer. Some other doubts: 1) So the transactions are for domain, but at which level? If i have: foo.mysite.com bar.mysite.com the 25.000 transactions are for each of them? or this quota is only for "mysite.com"? 2) There is a way to reduce the transactions ( es: cache

[Google Maps API v3] Transaction limits and associated costs

2011-10-10 Thread abanjo
Hi,in the last weeks, in the FAQ i found a new paragraph dedicated to the usage limits.Here a piece of it:*"What transaction limits apply to the Maps API?* *There are currently no limits on the number of web based JavaScript or Flash maps a site can generate. However the Google Maps API Web Serv

[Google Maps API v3] Transaction limits and associated costs

2011-10-10 Thread abanjo
Hi,in the last weeks, in the FAQ i found a new paragraph dedicated to the usage limits.Here a piece of it:*"What transaction limits apply to the Maps API?* *There are currently no limits on the number of web based JavaScript or Flash maps a site can generate. However the Google Maps API Web Serv

[Google Maps API v3] Transaction limits and associated costs

2011-10-10 Thread abanjo
Hi,in the last weeks, in the FAQ i found a new paragraph dedicated to the usage limits.Here a piece of it:*"What transaction limits apply to the Maps API?* *There are currently no limits on the number of web based JavaScript or Flash maps a site can generate. However the Google Maps API Web Serv

[Google Maps API v3] Re: Pov information in StreetView v3

2010-06-28 Thread abanjo
Hi Larry, thanks for your answer! You are right! I solved it with this formula: heading MOD 360 * 360 taking also care about negative value (i subtract it from 360). Thanks Davide On 28 Giu, 02:14, "geocode...@gmail.com" wrote: > On Jun 27, 6:06 am, abanjo wrote: > > >

[Google Maps API v3] Pov information in StreetView v3

2010-06-27 Thread abanjo
Hi all, i'm doing a simple thing. When the "pov_changed" event fire, i want to update the orientation of a marker ( a simple arrow ) on my map. So, i use this code: "myPano.getPov().heading;" i expect that the value returned is between 0 and 360, but it's not :- ( In my code i receive values g