spherely.create_multilinestring# spherely.create_multilinestring(lines: Sequence) → Geography# Create a MULTILINESTRING geography. Parameters: lines (sequence) – A sequence of sequences of (longitude, latitude) coordinates (in degrees) or a sequence of sequences of POINT Geography objects or a sequence of LINESTRING Geography objects.