메소드 |
설명 |
|
geocode ( string | array $values ) : League\Geotools\Batch\BatchInterface |
Set an array of closures to geocode. |
|
parallel ( ) : AddressCollection[] |
Returns an array of AddressCollection processed in parallel. |
|
reverse ( League\Geotools\Coordinate\CoordinateInterface | array $coordinates ) : League\Geotools\Batch\BatchInterface |
Set an array of closures to reverse geocode. |
|
serie ( ) : AddressCollection[] |
Returns an array of AddressCollection processed in serie. |
|
setCache ( League\Geotools\Cache\CacheInterface $cache ) : League\Geotools\Batch\BatchInterface |
Set the cache object to use. |
|