TileLoadingInterceptorMap typedef

TileLoadingInterceptorMap = Map<TileCoordinates, TileLoadingInterceptorResult>

Mapping of TileCoordinates to TileLoadingInterceptorResult

Used within ValueNotifiers, which are updated when a tile completes loading.

Implementation

typedef TileLoadingInterceptorMap
    = Map<TileCoordinates, TileLoadingInterceptorResult>;