Geocoding
class Geocoding extends Api
Class Geocoding
Constants
SERVICE_ENDPOINT |
|
Properties
protected GoogleMapsApi | $google_maps_api | from Api | |
protected string | $result_collection | ||
protected GoogleMapsResponse | $response | from Api | |
protected GoogleMapsRequest | $request | from Api |
Methods
createRequest(array $params, string|null $endpoint = null)
No description
from Api
getByAddress(string $literal_address)
No description
getByPlaceId(string $place_id)
No description
Details
in Api at line 57
__construct(array $config = [])
Api constructor.