KamranAhmed\Geocode\Location::isValid PHP Méthode

isValid() public méthode

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