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.views.presentation
/
POIViewModel
/
POIUiState
POIUi
State
sealed
class
POIUiState
Inheritors
Loading
POIInfoLoaded
Error
Members
Types
Error
Link copied to clipboard
class
Error
(
val
errorMessage
:
Int
)
:
POIViewModel.POIUiState
Loading
Link copied to clipboard
object
Loading
:
POIViewModel.POIUiState
POIInfo
Loaded
Link copied to clipboard
class
POIInfoLoaded
(
val
poiView
:
PoiView
?
)
:
POIViewModel.POIUiState