OfflineSearchRegionsLoader
class OfflineSearchRegionsLoader(locationRepository: LocationRepository, tileStore: TileStore, observerRoutes: ObserveRoutesUseCase) : DashStartupExecutor
This class is created as a workaround to the problem that search tiles downloaded by predictive cache aren't indexed until they are part of the region. This class adds to current-location and current-route region tiles which are already downloaded and are close to current position or current route See more details in https://mapbox.atlassian.net/browse/NAVAND-3404
Constructors
Link copied to clipboard
constructor(locationRepository: LocationRepository, tileStore: TileStore, observerRoutes: ObserveRoutesUseCase)