DrawStatus

sealed class DrawStatus

The status of drawing in the GeoView. Use this status to determine whether the content of a view is still drawing or drawing is completed. The drawing state of a GeoView can either be DrawStatus.InProgress or DrawStatus.Completed.

For example, when using GeoView.exportImage() to take a screen capture of the view's visible area, you can use the draw status to determine whether the GeoView content has been rendered.

If you need to ensure that an individual layer has loaded and is visible, examine the LayerViewState returned by the GeoView.getLayerViewState(Layer) method.

Since

200.1.0

See also

Inheritors

Types

Link copied to clipboard

Drawing of the GeoView content is complete.

Link copied to clipboard

Drawing of the GeoView content is in progress.