multiPointOf
Creates a MultiPoint from multiple Point objects.
Return
A MultiPoint containing the specified points.
Parameters
points
The points to include in the multi-point.
Creates a MultiPoint from multiple Position objects.
Return
A MultiPoint containing the specified positions.
Parameters
coordinates
The positions to include in the multi-point.