TileKey QML Type
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: |
- List of all members, including inherited members
- TileKey is part of QML Type List.
Properties
Methods
- bool equals(TileKey other)
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
|
Compares two TileKeys for equality.
Returns whether this instance and other are equivalent.
This method was introduced in Esri.ArcGISRuntime 200.1.