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-ui
/
com.mapsted.ui.location_accuracy.data_model
/
LocationAccuracyModel
Location
Accuracy
Model
data
class
LocationAccuracyModel
(
val
drawable
:
Int
,
val
stepName
:
String
,
val
stepDescription
:
String
,
val
locationAccuracyType
:
Int
?
,
val
btnActionLabel
:
String
?
)
Members
Constructors
Location
Accuracy
Model
Link copied to clipboard
constructor
(
drawable
:
Int
,
stepName
:
String
,
stepDescription
:
String
,
locationAccuracyType
:
Int
?
,
btnActionLabel
:
String
?
)
Properties
btn
Action
Label
Link copied to clipboard
val
btnActionLabel
:
String
?
drawable
Link copied to clipboard
val
drawable
:
Int
location
Accuracy
Type
Link copied to clipboard
val
locationAccuracyType
:
Int
?
step
Description
Link copied to clipboard
val
stepDescription
:
String
step
Name
Link copied to clipboard
val
stepName
:
String