Reverse Geocoding Limit

Hi all , what is the limit of Reverse geocoding for apply and is there a billing option to extend that ??


Like google has 2500 in a 24 hour period so is it the same or different ?


Kind regards

Accepted Reply

The geocoding service which supports CLGeocoder is not meant to batch geocode locations, but is meant to be used as necessary as the device moves, and places and addresses need to be shown to the users. Selectively and sparingly. If you must, the general rule of thumb is to not send more than one geocoding request per minute.


If you need to geocode a high volume of addresses/co-ordinates, there are companies offering this service for a fee.

A quick search would yield a list of such services easily.

Replies

The geocoding service which supports CLGeocoder is not meant to batch geocode locations, but is meant to be used as necessary as the device moves, and places and addresses need to be shown to the users. Selectively and sparingly. If you must, the general rule of thumb is to not send more than one geocoding request per minute.


If you need to geocode a high volume of addresses/co-ordinates, there are companies offering this service for a fee.

A quick search would yield a list of such services easily.

I assume this is 1 per minute per device. If you have 1 million active users of your app per day and they all need to check in their location once it would be okay.