NTOrderedTileDataSource


@interface NTOrderedTileDataSource : NTTileDataSource

A tile data source that combines two data sources (usually offline and online). All requests are made first to first data source. If not found the request will be made to the second data source.