GeopolyPolygon.text constructor
const
GeopolyPolygon.text(
- 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;