mapbox-maps-android
/
com.mapbox.maps
/
Settings
Settings
@
Deprecated
class
Settings
Content copied to clipboard
Settings class provides non-persistent, in-process key-value storage.
Functions
Functions
get
Link copied to clipboard
open fun
get
(key:
String
):
Value
Content copied to clipboard
Return value for a key.
set
Link copied to clipboard
open fun
set
(key:
String
, value:
Value
)
Content copied to clipboard
Sets setting value for a specified key.