Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-map
/
com.mapsted.map.views
/
BaseMapViewModel
Base
Map
View
Model
open
class
BaseMapViewModel
:
AndroidViewModel
Members
Functions
add
Closeable
Link copied to clipboard
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
clear$lifecycle_
viewmodel_
release
Link copied to clipboard
fun
clear$lifecycle_viewmodel_release
(
)
create
Provider
Link copied to clipboard
open
fun
createProvider
(
application
:
Application
)
:
ViewModelProvider.Factory
get
Application
Link copied to clipboard
open
fun
<
T
:
Application
?
>
getApplication
(
)
:
T
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
?
>
getCloseable
(
key
:
String
)
:
T
get
Magnetometer
Accuracy
Live
Data
Link copied to clipboard
@
NonNull
open
fun
getMagnetometerAccuracyLiveData
(
)
:
LiveData
<
Integer
>
get
Missing
Sensors
Live
Data
Link copied to clipboard
@
NonNull
open
fun
getMissingSensorsLiveData
(
)
:
LiveData
<
List
<
String
>
>
get
Valid
Blue
Dot
Error
Type
Link copied to clipboard
@
NonNull
open
fun
getValidBlueDotErrorType
(
)
:
LiveData
<
ValidBlueDotErrorType
>
get
Wifi
Throttle
Mode
Live
Data
Link copied to clipboard
@
NonNull
open
fun
getWifiThrottleModeLiveData
(
)
:
LiveData
<
Integer
>
init
Link copied to clipboard
open
fun
init
(
coreApi
:
CoreApi
)
is
Init
Link copied to clipboard
open
fun
isInit
(
)
:
Boolean