map_content/flutter_map/src/layer/tile_layer library

Classes

AnimatedTile
Coords<T extends num>
Level
Tile
TileLayer
TileLayerOptions
Describes the needed properties to create a tile-based layer. A tile is an image bound to a specific geographical position.
TileLayerWidget
WMSTileLayerOptions

Typedefs

ErrorTileCallBack = void Function(Tile? tile, dynamic error)
TileReady = void Function(Coords<double>? coords, dynamic error, Tile tile)