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-components
/
com.mapsted.ui_components.property
/
PropertyListItem
Property
List
Item
open
class
PropertyListItem
Members
Constructors
Property
List
Item
Link copied to clipboard
constructor
(
propertyInfo
:
PropertyInfo
)
constructor
(
propertyInfo
:
PropertyInfo
,
distance
:
Double
)
Properties
download
Progress
Pct
Link copied to clipboard
open
val
downloadProgressPct
:
Int
download
Status
Link copied to clipboard
open
var
downloadStatus
:
DownloadStatus
is
Busy
Link copied to clipboard
open
var
isBusy
:
Boolean
is
Download
In
Progress
Link copied to clipboard
open
val
isDownloadInProgress
:
Boolean
property
Info
Link copied to clipboard
open
var
propertyInfo
:
PropertyInfo
Functions
get
Distance
Link copied to clipboard
open
fun
getDistance
(
)
:
Int
is
Did
Just
Downloaded
Link copied to clipboard
open
fun
isDidJustDownloaded
(
)
:
Boolean
set
Did
Just
Downloaded
Link copied to clipboard
open
fun
setDidJustDownloaded
(
)
set
Distance
Link copied to clipboard
open
fun
setDistance
(
distance
:
Double
)
set
Download
In
Progress
Link copied to clipboard
open
fun
setDownloadInProgress
(
downloadInProgress
:
Boolean
,
pct
:
Int
)