TileKey QML Type

  • Esri.ArcGISRuntime
  • TileKey
  • A key used to identify specific tiles in a tile cache or service. More...

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

    Object

    Properties

    Methods

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    Contains tile row, column, and level.

    Property Documentation

    [read-only] column : int

    Returns the tile's column (read-only).


    [read-only] level : int

    Returns the tile's level (read-only).


    [read-only] row : int

    Returns the tile's row (read-only).


    Method Documentation

    [since Esri.ArcGISRuntime 200.1] bool equals(TileKey other)

    Compares two TileKeys for equality.

    Returns whether this instance and other are equivalent.

    This method was introduced in Esri.ArcGISRuntime 200.1.


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