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: |
Properties
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Contains tile row, column, and level.
Property Documentation
column : int |
Returns the tile's column (read-only).
level : int |
Returns the tile's level (read-only).
row : int |
Returns the tile's row (read-only).