com.mapbox.mapboxsdk.offline.OfflineRegionDefinition Maven / Gradle / Ivy
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 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy