Annotation Type CommunicationOptions

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String CACHE_FIRST
      Deprecated.
      Force to use cache even if it's too old.
      static java.lang.String DEFAULT
      Deprecated.
      If there is no cache or if the cache is too old it will download from server.
      static java.lang.String FORCE_DOWNLOAD
      Deprecated.
      Force download from server, the cache won't be used.
      static java.lang.String PRELOAD_IMAGES
      Deprecated.
      Preload the images when you are downloading an object that contains them like Floor or PoiCategory.
      static java.lang.String SERVER_FIRST
      Deprecated.
      Force download from server.
    • Field Detail

      • FORCE_DOWNLOAD

        static final java.lang.String FORCE_DOWNLOAD
        Deprecated.
        Force download from server, the cache won't be used. The value in the options map must be a boolean. Default value is false
      • SERVER_FIRST

        static final java.lang.String SERVER_FIRST
        Deprecated.
        Force download from server. If the server is not responding or there is no internet connection it will use the cache. The value in the options map must be a boolean. Default value is false
      • CACHE_FIRST

        static final java.lang.String CACHE_FIRST
        Deprecated.
        Force to use cache even if it's too old. If there is not cache available it will try to download from server. The value in the options map must be a boolean. Default value is false
      • PRELOAD_IMAGES

        static final java.lang.String PRELOAD_IMAGES
        Deprecated.
        Preload the images when you are downloading an object that contains them like Floor or PoiCategory. The value in the options map must be a boolean. Default value is true
      • DEFAULT

        static final java.lang.String DEFAULT
        Deprecated.
        If there is no cache or if the cache is too old it will download from server. The value in the options map must be a boolean. Default value is true