I've built a script to geocode addresses with Google Maps Geococoding API.
My program is OK but when I send too many queries on Google Server in a short time (with a loop), I have sometimes a return code of 620 (G_GEO_TOO_MANY_QUERIES).
My question is : is there an QV instruction to pause the execution few seconds just ?