KmlIcon QML Type

  • Esri.ArcGISRuntime
  • KmlIcon
  • A KML icon object. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.6
    Inherits:

    Object

    Properties

    Signals

    Detailed Description

    A KML icon specifies the location and refresh paramaters of an overlay image.

    Property Documentation

    refreshInterval : string

    An icon's refresh interval in milliseconds.

    See also refreshIntervalAsInt.


    refreshIntervalAsInt : int

    An icon's refresh interval in milliseconds.


    refreshMode : Enums.KmlRefreshMode

    An icon's refresh mode. Defaults to Enums.KmlRefreshModeOnChange


    url : url

    An icon's image file URL.


    viewRefreshMode : Enums.KmlViewRefreshMode

    An icon's view refresh mode. Defaults to Enums.KmlViewRefreshModeNever


    viewRefreshTime : string

    An icon's view refresh time in milliseconds.

    See also viewRefreshTimeAsInt.


    viewRefreshTimeAsInt : int

    An icon's view refresh time in milliseconds.


    Signal Documentation

    refreshIntervalAsIntChanged()

    Emitted when the refreshIntervalAsInt property changes.

    Note: The corresponding handler is onRefreshIntervalAsIntChanged.


    refreshIntervalChanged()

    Emitted when the refreshInterval property changes.

    Note: The corresponding handler is onRefreshIntervalChanged.


    refreshModeChanged()

    Emitted when the refreshMode property changes.

    Note: The corresponding handler is onRefreshModeChanged.


    urlChanged()

    Emitted when the url property changes.

    Note: The corresponding handler is onUrlChanged.


    viewRefreshModeChanged()

    Emitted when the viewRefreshMode property changes.

    Note: The corresponding handler is onViewRefreshModeChanged.


    viewRefreshTimeAsIntChanged()

    Emitted when the viewRefreshTimeAsInt property changes.

    Note: The corresponding handler is onViewRefreshTimeAsIntChanged.


    viewRefreshTimeChanged()

    Emitted when the viewRefreshTime property changes.

    Note: The corresponding handler is onViewRefreshTimeChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.