GDS\Property\Geopoint::offsetExists PHP Method

offsetExists() public method

ArrayAccess
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return 0 === $offset || 1 === $offset;
    }