KmlRefreshStatus

sealed class KmlRefreshStatus

The list of KML refresh status event types.

Since

200.1.0

Types

Link copied to clipboard

This event is raised when a KML node refresh completes.

Link copied to clipboard
data class Failed(val error: Throwable) : KmlRefreshStatus

This event is raised when a KML node refresh fails.

Link copied to clipboard

This event is raised when a KML node refresh starts.

Link copied to clipboard

The KML node has no refresh status.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard