menu
arcgis_maps
arcgis_maps.dart
TileKey
TileKey factory constructor
TileKey
dark_mode
light_mode
TileKey
constructor
TileKey
(
{
required
int
level
,
required
int
column
,
required
int
row
,
})
Create a tile key from the specified level, column and row.
Parameters:
level
— The level of the tile key.
column
— The column of the tile key.
row
— The row of the tile key.
arcgis_maps
arcgis_maps
TileKey
TileKey factory constructor
TileKey class