@use_docstring_from(GeoPoint)
    def GeoPoint(self, *args, **kwds):
        "{super}"
        kwds.pop('frame', None)
        return GeoPoint(*args, frame=self, **kwds)