Point.fromCoords constructor

Point.fromCoords(
  1. List coords
)

Expects an array of the form x, y instead.

Implementation

external Point.fromCoords(List coords);