Package com.massifmaps.utils


package com.massifmaps.utils
  • Classes
    Class
    Description
    An asset package based on the application-bundled Android assets (the 'assets' folder of
    the APK).
    AndroidUtils is an internal class of the SDK.
    It is not intended for public usage.
    An abstract asset package class.
    A helper class for managing application-bundled assets.
    A helper class for loading bitmaps and converting Bitmaps to Android Bitmaps an vice versa.
    An asset package based on the assets bundled with the application.
    On Android these live inside the APK, where no file path reaches them - which is what
    separates this from DirAssetPackage; on iOS and Windows they are the app bundle's own files.
    Note: assets and directories with names starting with '.' are ignored.
    An asset package based on a file system directory.
    Assets are read directly from the directory, thus the assets can be modified
    on the fly without repackaging them into a ZIP archive.
    A diagnostic log for various SDK events.
    Listener for events logged by the SDK.
    A helper class for mapping coordinates to tiles and back.
    An asset package based on ZIP archived.
    Only deflate-based ZIP archives are supported.