KamranAhmed\Geocode\Location::isValid PHP Method

isValid() public method

Checks whether the data passed to the class was valid
public isValid ( ) : boolean
return boolean True if the data is valid and false otherwise
    public function isValid()
    {
        return $this->isValid;
    }