KmlRefreshMode

sealed class KmlRefreshMode

The list of KML refresh modes. Defines the time-based refresh behavior of a KML network link.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

(default) Refresh when the file is loaded and whenever the Link parameters change.

Link copied to clipboard

Refresh the file when the expiration time is reached. If a fetched file has a NetworkLinkControl, the "expires" time takes precedence over expiration times specified in HTTP headers. If no "expires" time is specified, the HTTP max-age header is used (if present). If max-age is not present, the Expires HTTP header is used (if present). Currently this is treated the same as if the mode were onChange.

Link copied to clipboard

Refresh every n milliseconds, where n is specified by refresh interval. If no refresh interval is set, the default value is 4000 milliseconds.