ParcelShopFinder
in package
Class ParcelShopFinder
“ParcelShopFinder” is actually a misnomer, now. This class implements access to DHL’s LocationFinder API, which is the successor to ParcelShopFinder.
Tags
Table of Contents
- MAX_DISTANCE = 15000
- maximum distance of entities returned (in meters)
- $logger : ParcelShopFinderLogger
- __construct() : mixed
- ParcelShopFinder constructor.
- findLocationsByAddress() : array<string|int, mixed>
Constants
MAX_DISTANCE
maximum distance of entities returned (in meters)
protected
mixed
MAX_DISTANCE
= 15000
Properties
$logger
protected
ParcelShopFinderLogger
$logger
Methods
__construct()
ParcelShopFinder constructor.
public
__construct() : mixed
Return values
mixed —findLocationsByAddress()
public
findLocationsByAddress(LocationFinderAddress $address[, int $radius = 15000 ][, int $limit = 50 ][, bool $servicePoints = true ][, bool $postOffices = true ][, bool $lockers = true ]) : array<string|int, mixed>
Parameters
- $address : LocationFinderAddress
- $radius : int = 15000
- $limit : int = 50
- $servicePoints : bool = true
- $postOffices : bool = true
- $lockers : bool = true