MultiPoint constructor

const MultiPoint(
  1. List<Point> coordinates
)

Creates a MultiPoint.

Implementation

const MultiPoint(this.coordinates);