Skip to main content

OfflineOptions

OfflineOptions(Boolean enable, String tiles, ArrayList<Integer > blacklist)

Type: public

Parameter NameTypeDescription
enableBooleanEnable the offline feature
tilesStringMbtiles file to load for offline tiles
blacklistArrayList<Integer >Array of list to not use for offline

getEnable()

Type: public Boolean

Get the offline state

Returned Value: the state

getTiles()

Type: public [String](https://developer.android.com/reference/java/lang/String)

Get the offline tiles

Returned Value: the tiles

getBlacklist()

Type: public ArrayList<[Integer](https://developer.android.com/reference/java/lang/Integer) >

Get the offline blacklist

Returned Value: the blacklist