OfflineOptions
OfflineOptions(Boolean enable, String tiles, ArrayList<Integer > blacklist)
Type: public
Parameter Name | Type | Description |
---|---|---|
enable | Boolean | Enable the offline feature |
tiles | String | Mbtiles file to load for offline tiles |
blacklist | ArrayList<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