public function Geocoding::__construct in Yandex.Maps 8
File
- src/
Geocoding.php, line 26
Class
- Geocoding
- Class Geocoding.
Namespace
Drupal\yamapsCode
public function __construct(Client $httpClient) {
$this->httpClient = $httpClient;
}
public function __construct(Client $httpClient) {
$this->httpClient = $httpClient;
}