Geo-Coder-GeoApify
view release on metacpan or search on metacpan
It takes several optional parameters:
- `cache`
A caching object.
If not provided,
an in-memory cache is created with a default expiration of one hour.
- `host`
The API host endpoint.
Defaults to [https://api.geoapify.com/v1/geocode](https://api.geoapify.com/v1/geocode).
- `min_interval`
Minimum number of seconds to wait between API requests.
Defaults to `0` (no delay).
Use this option to enforce rate-limiting.
- `ua`
lib/Geo/Coder/GeoApify.pm view on Meta::CPAN
=over 4
=item * C<cache>
A caching object.
If not provided,
an in-memory cache is created with a default expiration of one hour.
=item * C<host>
The API host endpoint.
Defaults to L<https://api.geoapify.com/v1/geocode>.
=item * C<min_interval>
Minimum number of seconds to wait between API requests.
Defaults to C<0> (no delay).
Use this option to enforce rate-limiting.
=item * C<ua>
( run in 0.330 second using v1.01-cache-2.11-cpan-beeb90c9504 )