summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineRegionDefinition.java
blob: 0e7fb38e1c964947a0fc72c706780e3f8afa244f (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.
 *
 * For the present, a tile pyramid is the only type of offline region.
 */
public interface OfflineRegionDefinition {
}