
| Class | Description |
|---|---|
| CloudmadeUtil |
Utility class for implementing Cloudmade authorization.
|
| Counters |
The counters class is a simple container for tracking various internal statistics for osmdroid,
useful for troubleshooting osmdroid, finding memory leaks and more
Created by alex on 6/16/16.
|
| ManifestUtil |
Utility class for reading the manifest
|
| SimpleInvalidationHandler | |
| SimpleRegisterReceiver | |
| StorageUtils |
Based on some of the responses from this question
http://stackoverflow.com/questions/5694933/find-an-external-sd-card-location/15612964#15612964
Returns the first storage mount point with the most space that is writable for use as the default
location for the osmdroid cache.
|
| StorageUtils.StorageInfo | |
| StreamUtils |
don't use android classes here, since this class is used outside of android
|