geometryType property
This indicates the type of geometrical shape it can represent, such as Envelope, Point or Polygon.
Returns GeometryType.unknown if an error occurs.
Implementation
GeometryType get geometryType => _objectType;
This indicates the type of geometrical shape it can represent, such as Envelope, Point or Polygon.
Returns GeometryType.unknown if an error occurs.
GeometryType get geometryType => _objectType;