summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineRegionDefinition.java
blob: a21ff0a443ba1f0749997a03b842362f99cac6da (plain)
1
2
3
4
5
6
7
8
9
package com.mapbox.mapboxsdk.offline;

/**
 * This is the interface that all Offline Region definitions have to implement.
 * <p>
 * For the present, a tile pyramid is the only type of offline region.
 */
public interface OfflineRegionDefinition {
}