GeopolyPolygon.text constructor

const GeopolyPolygon.text(
  1. String value
)

Creates a geopoly shape from a textual representation listing its points.

For details on the syntax for value, see https://www.sqlite.org/geopoly.html.

Implementation

const factory GeopolyPolygon.text(String value) = GeopolyPolygonString;