@property
    def center(self):
        """Return the centroid of the Phantom."""
        if self.geometry is None:
            return None