I'm doing a massive use of geocoder (Ilocation library) and tuning my app to not exceed the usage quota.
Actually I have a 300mS timer that delay each Geocoder request, it should be enough (the quota seems to be 2500 requests per day, 10 requests per second max) but after some requests I obtain this exception in Geocoder_Complete:
Then I continue to call the geocoder and after some seconds it starts to work again.
The Google Developer Console shows some graph of the request per second, but it seems to me they are only referred to the GoogleMap usage, not the geocoder.
Does the Ilocation library use the same API Key declared in the app ?
I suppose yes, but why I can't see in the graph the massive geocoder request that My app is generating ?
Actually I have a 300mS timer that delay each Geocoder request, it should be enough (the quota seems to be 2500 requests per day, 10 requests per second max) but after some requests I obtain this exception in Geocoder_Complete:
B4X:
<B4IExceptionWrapper: Error Domain=kCLErrorDomain Code=2 "(null)">
Then I continue to call the geocoder and after some seconds it starts to work again.
The Google Developer Console shows some graph of the request per second, but it seems to me they are only referred to the GoogleMap usage, not the geocoder.
Does the Ilocation library use the same API Key declared in the app ?
I suppose yes, but why I can't see in the graph the massive geocoder request that My app is generating ?