This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Consolidate OfflineRegionDefintions #12685
Labels
Android
Mapbox Maps SDK for Android
SEMVER-MAJOR
Requires a major release according to Semantic Versioning rules
Milestone
Follow up from #11447, where we weren't able to address the issue below due to semver.
With next major version bump, we should consolidate the implementations of
OfflineRegionDefintion
and increase the API surface of theOfflineRegionDefinition
interface. Atm we have two concrete implementations of this interface:These implementations share a lot of similar concepts but aren't found in the OfflineRegionDefinition. This results in writing boilerplate as below to support both implementations:
I'm suggesting altering the OfflineRegionDefinition to include:
The text was updated successfully, but these errors were encountered: