Geometry.fromPolygon constructor

Geometry.fromPolygon(
  1. Polygon polygon
)

Implementation

factory Geometry.fromPolygon(Polygon polygon) => Geometry._(polygon: polygon);