KamranAhmed\Geocode\Geocode::getServiceUrl PHP Method

getServiceUrl() public method

Returns the private $serviceUrl
public getServiceUrl ( ) : string
return string The service URL
    public function getServiceUrl()
    {
        return $this->serviceUrl;
    }