Interface MapDataSizeListener


public interface MapDataSizeListener

Interface to get the result of map data size estimation.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after map data size estimation has been completed either with success or with error.
  • Method Details

    • onSizeEstimated

      void onSizeEstimated(@Nullable MapLoaderError error, @Nullable MapDataSize dataSize)

      Called after map data size estimation has been completed either with success or with error. Invoked on the main thread.

      Parameters:
      error -

      Represents an error in case of a failure. If the operation was successful, null is returned.

      dataSize -

      Represents the map data size. In case of failure, null is returned.