GeoSeries.
symmetric_difference
Returns a GeoSeries of the symmetric difference of points in each geometry with other.
GeoSeries
For each geometry, the symmetric difference consists of points in the geometry not in other, and points in other not in the geometry.
The Geoseries (elementwise) or geometric object to find the symmetric difference to.