You are here

public function Geocoding::__construct in Yandex.Maps 8

File

src/Geocoding.php, line 26

Class

Geocoding
Class Geocoding.

Namespace

Drupal\yamaps

Code

public function __construct(Client $httpClient) {
  $this->httpClient = $httpClient;
}