GeographyPolygonJsonExtension extension
Expose toJson on GeographyPolygon and a static fromJson builder.
Methods
-
toJson(
) → String -
Available on GeographyPolygon, provided by the GeographyPolygonJsonExtension extension
Returns the EWKT representation as a String.
Static Methods
-
fromJson(
dynamic value) → GeographyPolygon -
Available on GeographyPolygon, provided by the GeographyPolygonJsonExtension extension
Returns a deserialized GeographyPolygon from various formats.