I am attempting to enable my application to make geocoding requests at a high rate using the V3 JS API. I have noticed that the first 10 geocode requests aren't throttled but all subsequent requests are limited to one per second. According to the
feature description, I should have 10 per second (I have a premier account). Why are my requests throttled down so much? Also: What is the "Advanced Geocoding" mentioned in the above link? I am having a hard time finding documentation on this.